:root{
  --black:#030405;
  --dark:#080b10;
  --panel:#0e1117;
  --panel2:#171b22;
  --yellow:#ffc400;
  --yellow2:#ff9900;
  --white:#fff;
  --muted:#b9c0c8;
  --line:#2c3038;
  --green:#69ff42;
}
*{box-sizing:border-box}
body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
a{text-decoration:none;color:inherit}
.topbar{display:flex;background:#030405;border-bottom:1px solid #222;min-height:158px}
.logo-wrap{width:330px;padding:14px 18px;background:radial-gradient(circle at 18% 30%,#161616,#020202 68%);clip-path:polygon(0 0,100% 0,100% 72%,88% 100%,0 100%)}
.logo-wrap img{width:210px;max-width:100%;height:auto;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.5))}
.header-right{flex:1}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-bottom:1px solid #282828}
.trust-row>div,.trust-row>a{padding:20px 26px;border-left:1px solid #242424;text-transform:uppercase;font-weight:900}
.trust-row small{color:var(--muted);font-size:12px}
.trust-row span{color:var(--yellow);font-size:34px;margin-right:10px}
.yellow-btn{background:linear-gradient(#ffd93d,#ffae00);color:#111;text-align:center;border-radius:8px;margin:18px 26px;padding:16px!important}
.main-nav{display:flex;gap:0;align-items:center;justify-content:space-between;padding:16px 26px}
.main-nav a{font-weight:900;text-transform:uppercase;font-size:14px;padding:12px;color:#eee}
.main-nav a:hover{color:var(--yellow)}
.track-btn{border:1px solid #777;border-radius:8px}
.hero{position:relative;background:linear-gradient(90deg,rgba(0,0,0,.84) 0%, rgba(0,0,0,.62) 36%, rgba(0,0,0,.18) 64%, rgba(0,0,0,.76) 100%), url('/assets/img/hero-photo.jpg') center center/cover no-repeat;min-height:590px;border-bottom:3px solid var(--yellow)}
.hero-inner{display:grid;grid-template-columns:1.2fr .85fr;gap:28px;max-width:1500px;margin:0 auto;padding:76px 34px 34px}
.hero-copy h1{font-size:58px;line-height:.98;margin:0;text-transform:uppercase;letter-spacing:-2px}
.hero-copy h1 span{display:block;color:var(--yellow)}
.hero-copy p{max-width:620px;font-size:17px;color:#f1f1f1;margin:22px 0}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 22px;border-radius:8px;font-weight:900;text-transform:uppercase;border:1px solid #747474;background:#151515;color:white}
.btn-yellow{background:linear-gradient(#ffd93d,#ffae00);color:#111;border:0}
.mini-points{display:flex;gap:26px;flex-wrap:wrap;margin-top:30px;color:#fff;font-size:14px}
.mini-points span::before{content:'✓';color:var(--green);border:1px solid var(--green);border-radius:50%;font-size:10px;padding:1px 3px;margin-right:8px}
.quick-form{background:rgba(0,0,0,.82);border:1px solid #333;border-radius:14px;padding:22px;max-width:390px;margin-left:auto}
.quick-form h2{color:var(--yellow);text-align:center;text-transform:uppercase;margin:0}
.quick-form p{text-align:center;margin:4px 0 14px;color:#eee;font-size:13px;text-transform:uppercase}
form label{display:block;margin:12px 0 5px;font-weight:900}
input,select,textarea{width:100%;background:#141414;border:1px solid #333;color:#fff;border-radius:6px;padding:14px}
textarea{min-height:110px}
button{cursor:pointer}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gps-note{text-align:center;color:var(--muted);font-size:12px;margin-top:8px}
.vehicle-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;background:#050505;padding:16px 34px;border-bottom:1px solid var(--yellow)}
.vehicle-card{position:relative;min-height:126px;border:1px solid #333;border-radius:8px;overflow:hidden;background:#111;display:block}
.vehicle-card img{width:100%;height:126px;object-fit:cover;display:block}
.vehicle-card div{display:none}
.vehicle-card h3{display:none}
.vehicle-card p{display:none}
.feature-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding:24px 44px;background:#060606;border-bottom:1px solid #564000}
.feature{display:flex;gap:14px;align-items:center}
.feature .icon{font-size:36px;color:var(--yellow)}
.feature h3{margin:0;font-size:14px;text-transform:uppercase}
.feature p{margin:2px 0;color:#d8d8d8;font-size:13px}
.section{max-width:1500px;margin:0 auto;padding:42px 34px}
.three-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr .7fr;gap:12px}
.panel{background:linear-gradient(180deg,#111,#060606);border:1px solid #333;border-radius:12px;padding:22px;min-height:180px}
.panel h2{color:var(--yellow);text-transform:uppercase;margin:0 0 6px;text-align:center}
.badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:18px 0}
.road-badge{background:#173c9f;border:1px solid #9db7ff;color:white;padding:8px 12px;border-radius:4px;font-weight:900}
.service-logos{display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap;margin:22px 0;font-size:20px;font-weight:900}
.service-logos span{background:#111;padding:8px 12px;border-radius:8px}
.map-card{padding:0;overflow:hidden}
.map-card img{width:100%;height:100%;min-height:180px;object-fit:cover}
.call-card{text-align:center}
.call-card strong{display:block;color:var(--yellow);font-size:28px;margin:12px 0}
.footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;padding:26px 42px;border-top:1px solid #333;background:#050505;color:#d8d8d8}
.page-hero{padding:55px 34px;background:linear-gradient(135deg,#111,#050505);border-bottom:1px solid #333}
.page-hero h1{font-size:44px;text-transform:uppercase;margin:0;color:var(--yellow)}
.content-grid{display:grid;grid-template-columns:1fr 380px;gap:24px}
.card{background:var(--panel);border:1px solid #333;border-radius:12px;padding:20px}
.notice{background:#201702;border:1px solid var(--yellow);border-radius:10px;padding:16px;margin:16px 0}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;background:#0f1117}
th,td{padding:12px;border-bottom:1px solid #333;text-align:left;white-space:nowrap}
th{background:#171b22;color:var(--yellow)}
.status{display:inline-block;border:1px solid #666;background:#191919;border-radius:999px;padding:5px 10px;font-weight:900}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}
.stat{background:linear-gradient(#ffd93d,#ffae00);color:#111;border-radius:12px;padding:18px;font-weight:900}
.stat span{display:block;font-size:28px}
@media(max-width:1100px){
  .topbar{display:block}
  .logo-wrap{width:100%;clip-path:none;text-align:center}
  .logo-wrap img{margin:0 auto;width:250px}
  .trust-row{grid-template-columns:1fr 1fr}
  .hero-inner,.content-grid{grid-template-columns:1fr}
  .quick-form{max-width:none;margin:0}
  .vehicle-strip{grid-template-columns:repeat(2,1fr)}
  .feature-row{grid-template-columns:1fr 1fr}
  .three-grid{grid-template-columns:1fr}
  .footer{grid-template-columns:1fr}
}
@media(max-width:700px){
  .hero-copy h1{font-size:38px}
  .trust-row,.feature-row,.stat-grid{grid-template-columns:1fr}
  .main-nav{display:block;text-align:center}
}


.seo-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-top:22px}
.seo-link-card{display:block;background:linear-gradient(180deg,#151515,#080808);border:1px solid #333;border-radius:10px;padding:16px;color:#fff}
.seo-link-card:hover{border-color:var(--yellow);transform:translateY(-1px)}
.seo-link-card strong{display:block;color:var(--yellow);font-size:18px;margin-bottom:4px}
.seo-link-card span{display:block;color:#d6d6d6;font-size:13px}
.seo-copy{display:grid;grid-template-columns:2fr 1fr;gap:22px;margin-top:24px}
.breadcrumb{color:#b9c0c8;font-size:13px;margin-bottom:10px}
.route-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.route-badges a{background:#173c9f;border:1px solid #9db7ff;color:#fff;padding:8px 11px;border-radius:4px;font-weight:900}
@media(max-width:900px){.seo-copy{grid-template-columns:1fr}}


/* ===== V5 Professional Inner Pages ===== */
.inner-hero{
  position:relative;
  min-height:420px;
  display:flex;
  align-items:center;
  background:#050505;
  overflow:hidden;
  border-bottom:3px solid var(--yellow);
}
.inner-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 42%,rgba(0,0,0,.25) 75%,rgba(0,0,0,.82) 100%);
  z-index:1;
}
.inner-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.88;
}
.inner-hero-content{
  position:relative;
  z-index:2;
  max-width:1150px;
  padding:54px 38px;
}
.inner-hero .breadcrumb{
  color:#d4d4d4;
  margin-bottom:14px;
}
.inner-hero h1{
  font-size:54px;
  line-height:1;
  margin:0 0 18px;
  text-transform:uppercase;
  color:#fff;
  max-width:950px;
}
.inner-hero h1 span{
  color:var(--yellow);
}
.inner-hero p{
  max-width:760px;
  font-size:19px;
  color:#f3f3f3;
}
.inner-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.photo-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:18px;
}
.photo-service-card{
  min-height:255px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #333;
  background:#111;
  position:relative;
  display:flex;
  align-items:flex-end;
}
.photo-service-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.72;
  transition:.2s ease;
}
.photo-service-card:hover img{
  transform:scale(1.04);
  opacity:.85;
}
.photo-service-card .card-content{
  position:relative;
  z-index:2;
  width:100%;
  padding:70px 20px 20px;
  background:linear-gradient(transparent,rgba(0,0,0,.95));
}
.photo-service-card h3{
  margin:0 0 6px;
  color:var(--yellow);
  text-transform:uppercase;
}
.photo-service-card p{
  margin:0;
  color:#ededed;
  font-size:14px;
}
.inner-section{
  max-width:1500px;
  margin:0 auto;
  padding:42px 34px;
}
.split-layout{
  display:grid;
  grid-template-columns:1.6fr .9fr;
  gap:24px;
}
.dark-panel{
  background:linear-gradient(180deg,#111,#060606);
  border:1px solid #333;
  border-radius:14px;
  padding:26px;
}
.dark-panel h2{
  color:var(--yellow);
  text-transform:uppercase;
  margin-top:0;
}
.check-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:10px;
  list-style:none;
  padding:0;
}
.check-grid li{
  background:#111820;
  border:1px solid #2e3742;
  border-radius:10px;
  padding:12px;
}
.check-grid li:before{
  content:"✓";
  color:var(--yellow);
  font-weight:900;
  margin-right:10px;
}
.uk-region-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px;
}
.region-card{
  background:linear-gradient(180deg,#161b22,#080808);
  border:1px solid #333;
  border-radius:14px;
  padding:22px;
}
.region-card h3{
  color:var(--yellow);
  margin-top:0;
  text-transform:uppercase;
}
.region-card ul{
  padding-left:18px;
  color:#e9e9e9;
}
.region-card a{
  display:inline-block;
  margin-top:8px;
}
.service-station-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.service-station-strip a,
.motorway-pill{
  background:#173c9f;
  border:1px solid #9db7ff;
  color:#fff;
  padding:9px 12px;
  border-radius:6px;
  font-weight:900;
}
.vehicle-highlight{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:16px;
}
.vehicle-highlight div{
  background:#111;
  border:1px solid #333;
  border-radius:12px;
  padding:18px;
}
.vehicle-highlight strong{
  color:var(--yellow);
  display:block;
  text-transform:uppercase;
}
@media(max-width:900px){
  .inner-hero h1{font-size:38px}
  .split-layout{grid-template-columns:1fr}
}


/* ===== V6 Fixed Services and Areas Pages ===== */
.landing-hero{
  position:relative;
  min-height:430px;
  background:#050505;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:3px solid var(--yellow);
}
.landing-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.76;
}
.landing-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.74) 45%,rgba(0,0,0,.38));
}
.landing-hero-content{
  position:relative;
  z-index:2;
  max-width:1180px;
  padding:56px 38px;
}
.landing-hero h1{
  font-size:56px;
  line-height:1;
  margin:0 0 18px;
  color:#fff;
  text-transform:uppercase;
}
.landing-hero h1 span{color:var(--yellow)}
.landing-hero p{
  max-width:820px;
  font-size:19px;
  color:#f2f2f2;
}
.landing-wrap{
  max-width:1500px;
  margin:0 auto;
  padding:42px 34px;
}
.intro-grid{
  display:grid;
  grid-template-columns:1.5fr .9fr;
  gap:22px;
  margin-bottom:28px;
}
.text-panel{
  background:linear-gradient(180deg,#121212,#060606);
  border:1px solid #333;
  border-radius:14px;
  padding:26px;
}
.text-panel h2{
  color:var(--yellow);
  text-transform:uppercase;
  margin-top:0;
}
.service-grid-fixed{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:20px;
}
.service-card-fixed{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:18px;
  align-items:stretch;
  background:linear-gradient(180deg,#141414,#070707);
  border:1px solid #333;
  border-radius:14px;
  overflow:hidden;
  min-height:190px;
}
.service-card-fixed img{
  width:100%;
  height:100%;
  min-height:190px;
  object-fit:cover;
}
.service-card-fixed .content{
  padding:20px 18px 20px 0;
}
.service-card-fixed h3{
  color:var(--yellow);
  text-transform:uppercase;
  margin:0 0 8px;
}
.service-card-fixed p{
  color:#e8e8e8;
  margin:0 0 12px;
}
.service-card-fixed ul{
  margin:0 0 12px;
  padding-left:18px;
  color:#cfd6df;
}
.uk-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}
.uk-card{
  background:linear-gradient(180deg,#141414,#070707);
  border:1px solid #333;
  border-radius:14px;
  padding:24px;
}
.uk-card h3{
  color:var(--yellow);
  margin-top:0;
  text-transform:uppercase;
}
.uk-card ul{
  columns:2;
  padding-left:18px;
  color:#e8e8e8;
}
.coverage-strip{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
  margin:28px 0;
}
.coverage-box{
  background:#111820;
  border:1px solid #2e3742;
  border-radius:12px;
  padding:18px;
}
.coverage-box strong{
  color:var(--yellow);
  display:block;
  text-transform:uppercase;
  margin-bottom:6px;
}
.seo-wording{
  color:#d8d8d8;
  line-height:1.7;
}
.photo-note{
  color:#9da7b3;
  font-size:13px;
}
@media(max-width:900px){
  .intro-grid{grid-template-columns:1fr}
  .service-card-fixed{grid-template-columns:1fr}
  .service-card-fixed img{height:230px}
  .service-card-fixed .content{padding:20px}
  .landing-hero h1{font-size:38px}
  .uk-card ul{columns:1}
}


/* ===== V8 layout fixes ===== */
.hero-inner{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:30px;
  align-items:start;
  max-width:1500px;
  margin:0 auto;
  padding:52px 34px 30px;
}
.hero-copy h1{
  font-size:54px;
  line-height:1;
  margin:0;
  text-transform:uppercase;
  letter-spacing:-1.5px;
}
.quick-form{
  background:rgba(0,0,0,.84);
  border:1px solid #333;
  border-radius:14px;
  padding:22px;
  max-width:390px;
  width:100%;
  margin-left:auto;
}
.vehicle-strip{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
  background:#050505;
  padding:16px 34px 18px;
  border-bottom:1px solid var(--yellow);
}
.vehicle-card{
  position:relative;
  min-height:146px;
  border:1px solid #333;
  border-radius:8px;
  overflow:hidden;
  background:#111;
  display:flex;
  flex-direction:column;
  transition:transform .15s ease,border-color .15s ease;
}
.vehicle-card:hover{transform:translateY(-2px);border-color:#666}
.vehicle-card img{
  width:100%;
  height:92px;
  object-fit:cover;
  display:block;
}
.vehicle-card .vehicle-card-copy{
  display:block;
  padding:10px 12px 12px;
  background:linear-gradient(180deg,#121212,#090909);
  min-height:54px;
}
.vehicle-card h3{
  display:block;
  margin:0 0 4px;
  font-size:13px;
  line-height:1.15;
  text-transform:uppercase;
  color:#fff;
}
.vehicle-card p{
  display:block;
  margin:0;
  font-size:12px;
  color:#cfd3d8;
}
.feature-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  padding:22px 44px;
  background:#060606;
  border-bottom:1px solid #564000;
  align-items:stretch;
}
.feature{
  display:flex;
  gap:14px;
  align-items:flex-start;
  min-height:64px;
}
.feature .icon{
  font-size:34px;
  color:var(--yellow);
  line-height:1;
  margin-top:4px;
}
.service-points{
  margin:0 0 18px;
  padding-left:18px;
  color:#d9dfe7;
}
.service-points li{margin:0 0 8px}
.service-grid-fixed{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.service-card-fixed{
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg,#141414,#070707);
  border:1px solid #333;
  border-radius:14px;
  overflow:hidden;
  min-height:100%;
}
.service-card-fixed img{
  width:100%;
  height:190px;
  min-height:190px;
  object-fit:cover;
  display:block;
}
.service-card-fixed .content{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px 18px 20px;
}
.service-card-fixed h3{
  color:var(--yellow);
  text-transform:uppercase;
  margin:0 0 10px;
  line-height:1.15;
  min-height:50px;
}
.service-card-fixed p{
  color:#e8e8e8;
  margin:0 0 12px;
  min-height:72px;
}
.service-card-fixed ul{
  margin:0 0 14px;
  padding-left:18px;
  color:#cfd6df;
}
.service-link{
  margin-top:auto;
  font-weight:900;
  color:#fff;
  text-transform:uppercase;
}
@media(max-width:1280px){
  .service-grid-fixed{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .hero-inner{grid-template-columns:1fr;padding:40px 20px 24px}
  .quick-form{margin:0;max-width:none}
  .vehicle-strip{grid-template-columns:repeat(4,minmax(0,1fr));padding:14px 20px}
  .feature-row{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px}
}
@media(max-width:720px){
  .hero-copy h1{font-size:40px}
  .vehicle-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-grid-fixed{grid-template-columns:1fr}
}


/* ===== V11 logo + vehicle strip photo fix ===== */
.logo-wrap img{
  filter:drop-shadow(0 0 10px rgba(255,255,255,.18)) drop-shadow(0 8px 18px rgba(0,0,0,.75));
}

.vehicle-strip{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
  background:#050505;
  padding:18px 40px 20px;
  border-top:1px solid var(--yellow);
  border-bottom:1px solid var(--yellow);
  overflow:hidden;
}

.vehicle-card{
  position:relative;
  min-height:170px;
  border:1px solid #343434;
  border-radius:9px;
  overflow:hidden;
  background:#111;
  display:flex;
  flex-direction:column;
}

.vehicle-card img{
  width:100%;
  height:106px;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.08);
}

.vehicle-card .vehicle-card-copy{
  display:block;
  flex:1;
  padding:12px 14px 14px;
  background:linear-gradient(180deg,#151515 0%,#080808 100%);
}

.vehicle-card h3{
  display:block;
  margin:0 0 5px;
  font-size:14px;
  line-height:1.1;
  text-transform:uppercase;
  color:#fff;
}

.vehicle-card p{
  display:block;
  margin:0;
  font-size:13px;
  line-height:1.2;
  color:#d6d6d6;
}

.vehicle-card:hover{
  border-color:#ffc400;
  transform:translateY(-2px);
}

@media(max-width:1350px){
  .vehicle-strip{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:720px){
  .vehicle-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px;}
  .vehicle-card{min-height:160px;}
  .vehicle-card img{height:100px;}
}


/* ===== V12 Mobile menu fix ===== */
.mobile-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  background:linear-gradient(#ffd93d,#ffae00);
  color:#111;
  border:0;
  border-radius:10px;
  padding:14px 16px;
  font-weight:900;
  text-transform:uppercase;
  margin:12px 0 0;
}

.mobile-menu-toggle span{
  display:block;
  width:20px;
  height:3px;
  background:#111;
  border-radius:99px;
}

.mobile-menu-toggle strong{
  margin-left:4px;
  font-size:15px;
}

@media(max-width:820px){
  .topbar{
    display:block !important;
    min-height:auto !important;
    padding:0 !important;
    background:#050505 !important;
  }

  .logo-wrap{
    width:100% !important;
    padding:12px 16px 8px !important;
    clip-path:none !important;
    background:#050505 !important;
    text-align:center !important;
  }

  .logo-wrap img{
    width:145px !important;
    height:auto !important;
    margin:0 auto !important;
  }

  .header-right{
    width:100% !important;
    padding:0 16px 16px !important;
  }

  .trust-row{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    border:0 !important;
    padding:0 !important;
  }

  .trust-row>div{
    display:none !important;
  }

  .trust-row .yellow-btn,
  .yellow-btn{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:16px !important;
    border-radius:10px !important;
    font-size:17px !important;
    text-align:center !important;
  }

  .mobile-menu-toggle{
    display:flex !important;
  }

  .main-nav{
    display:none !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    padding:10px 0 0 !important;
    margin:0 !important;
    background:#050505 !important;
    border:0 !important;
  }

  .main-nav.is-open{
    display:grid !important;
  }

  .main-nav a{
    display:block !important;
    width:100% !important;
    padding:15px 16px !important;
    text-align:left !important;
    border:1px solid #292929 !important;
    border-bottom:0 !important;
    border-radius:0 !important;
    background:#101010 !important;
    color:#fff !important;
    font-size:16px !important;
    line-height:1.2 !important;
    letter-spacing:.2px !important;
  }

  .main-nav a:first-child{
    border-top-left-radius:10px !important;
    border-top-right-radius:10px !important;
  }

  .main-nav a:last-child{
    border-bottom:1px solid #292929 !important;
    border-bottom-left-radius:10px !important;
    border-bottom-right-radius:10px !important;
  }

  .main-nav a:hover{
    background:#171717 !important;
    color:var(--yellow) !important;
  }

  .track-btn{
    border:1px solid var(--yellow) !important;
    background:#161100 !important;
    color:var(--yellow) !important;
  }

  .hero{
    min-height:auto !important;
  }

  .hero-inner{
    padding:42px 20px 28px !important;
  }

  .hero-copy h1{
    font-size:38px !important;
    line-height:1.05 !important;
    letter-spacing:-.5px !important;
  }

  .hero-copy p{
    font-size:18px !important;
  }

  .hero-buttons{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .hero-buttons .btn{
    width:100% !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .mini-points{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
}


/* ===== V13 admin footer fix ===== */
.site-footer,
.footer{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:24px;
  padding:30px 42px;
  border-top:1px solid #333;
  background:#050505;
  color:#d8d8d8;
}

.site-footer a,
.footer a{
  color:#ffc400;
  font-weight:800;
}

.site-footer small,
.footer small{
  color:#9ca3ad;
}

@media(max-width:900px){
  .site-footer,
  .footer{
    grid-template-columns:1fr;
    padding:26px 20px;
    text-align:left;
  }
}


/* ===== V14 admin delete job button ===== */
.delete-job-form{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
}

.btn-delete{
  background:#7a1616 !important;
  color:#fff !important;
  border:1px solid #ff6868 !important;
  padding:12px 18px !important;
  border-radius:8px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  text-transform:uppercase !important;
}

.btn-delete:hover{
  background:#b91c1c !important;
}

.notice{
  background:#1f1600;
  border:1px solid #ffc400;
  color:#fff;
  padding:14px 18px;
  border-radius:10px;
  margin:16px 0;
}
