:root{
  --bg:#050505;
  --panel:#101010;
  --panel2:#171717;
  --yellow:#ffc400;
  --yellow2:#ffd84d;
  --green:#20c965;
  --white:#f7f7f5;
  --ink:#111;
  --muted:#696969;
  --line:#2a2a2a;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:#fff;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.top-strip{background:var(--yellow);color:#080808;text-align:center;font-size:12px;font-weight:900;letter-spacing:1.4px;padding:9px 15px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(4,4,4,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,196,0,.16)}
.nav-shell{min-height:108px;display:flex;align-items:center;gap:34px}
.brand{width:300px;height:86px;display:flex;align-items:center;flex:0 0 auto}
.brand img{width:100%;height:100%;object-fit:contain;object-position:left center}
.main-nav{display:flex;gap:27px;margin-left:auto}
.main-nav a{font-size:12px;text-transform:uppercase;letter-spacing:.6px;font-weight:800;color:#ddd}
.main-nav a:hover{color:var(--yellow)}
.nav-actions{display:flex;gap:9px}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:29px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:8px;border:1px solid transparent;font-weight:900;cursor:pointer}
.btn-yellow{background:var(--yellow);color:#090909}
.btn-yellow:hover{background:var(--yellow2)}
.btn-green{background:var(--green);color:#07150c}
.btn-dark{background:#111;border-color:#333}
.btn-large{min-height:58px;padding:0 25px;font-size:17px}
.btn-block{width:100%}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 17% 37%,rgba(255,196,0,.18),transparent 29%),linear-gradient(125deg,#0b0b0b,#020202)}
.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:74px;align-items:center;padding:92px 0 108px}
.eyebrow{display:flex;align-items:center;gap:11px;color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:2px}
.eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 7px rgba(255,196,0,.12)}
.hero h1,.page-hero h1{font-size:clamp(58px,7vw,96px);line-height:.9;letter-spacing:-4px;margin:22px 0;text-transform:uppercase}
.hero-copy>p,.page-hero p{max-width:720px;color:#c9c9c9;font-size:20px;line-height:1.55}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0 24px}
.trust-pills{display:flex;gap:10px;flex-wrap:wrap}
.trust-pills span{border:1px solid #333;border-radius:999px;padding:9px 13px;color:#c7c7c7;font-size:12px}
.quote-panel,.premium-form,.info-card{background:linear-gradient(180deg,#151515,#0b0b0b);border:1px solid #2e2e2e;border-top:4px solid var(--yellow);border-radius:18px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.panel-head small,.section-head small,.page-hero small,.cta-band small,.info-card small,.gold-label{color:var(--yellow);font-weight:900;letter-spacing:2px}
.panel-head h2,.info-card h2{font-size:34px;margin:8px 0}
.panel-head p,.info-card p{color:#aaa;line-height:1.55}
.quote-panel form,.premium-form{display:grid;gap:13px}
.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
label{display:grid;gap:7px;color:#bfbfbf;font-size:12px;font-weight:800}
input,select,textarea{width:100%;background:#080808;border:1px solid #363636;border-radius:8px;color:#fff;padding:13px 14px;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--yellow)}
textarea{resize:vertical}
.tread-line{height:34px;opacity:.09;background:repeating-linear-gradient(120deg,#fff 0 7px,transparent 7px 21px)}
.metrics{background:var(--yellow);color:#070707}
.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.metrics-grid>div{padding:24px 18px;text-align:center;border-right:1px solid rgba(0,0,0,.16)}
.metrics-grid strong{display:block;font-size:24px;text-transform:uppercase}
.metrics-grid span{font-size:12px;font-weight:800}
.section{padding:102px 0}
.section-light{background:#f5f5f2;color:#111}
.section-dark{background:#080808}
.section-head{max-width:760px;margin-bottom:42px}
.section-head h2,.area-layout h2,.cta-band h2{font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-2px;text-transform:uppercase;margin:10px 0 14px}
.section-head p,.area-layout p{color:#666;line-height:1.7}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:#fff;border:1px solid #ddd;border-radius:14px;padding:28px;min-height:280px;display:flex;flex-direction:column}
.service-icon{font-size:38px;color:#b88400}
.service-card h3{font-size:22px;margin:19px 0 9px}
.service-card p{color:#666;line-height:1.55}
.service-card a{margin-top:auto;font-weight:900}
.dark-head{color:#fff}
.dark-head h2{color:#fff}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #2a2a2a}
.steps-grid>div{padding:33px;border-right:1px solid #232323}
.steps-grid b{font-size:46px;color:var(--yellow)}
.steps-grid p{color:#9b9b9b;line-height:1.6}
.area-layout{display:grid;grid-template-columns:1fr .76fr;gap:68px;align-items:center}
.area-tags{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0}
.area-tags span{background:#fff;border:1px solid #d2d2d2;border-radius:999px;padding:9px 12px;font-size:13px}
.coverage-card{position:relative;overflow:hidden;background:#0b0b0b;color:#fff;border-radius:18px;min-height:355px;padding:44px;display:flex;flex-direction:column;justify-content:center;gap:13px}
.coverage-card strong{position:relative;z-index:2;font-size:36px}
.coverage-card p{position:relative;z-index:2;color:#ddd}
.coverage-ring{position:absolute;width:420px;height:420px;border:64px solid var(--yellow);border-radius:50%;right:-180px;bottom:-230px;opacity:.95}
.faq-list{max-width:900px}
.faq-list details{background:#fff;border:1px solid #ddd;border-radius:9px;padding:19px 22px;margin:10px 0}
.faq-list summary{font-weight:900;cursor:pointer}
.faq-list p{color:#666;line-height:1.6}
.cta-band{padding:70px 0;background:#0b0b0b;border-top:1px solid #222}
.cta-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.cta-band p{color:#aaa}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.page-hero{padding:82px 0;background:radial-gradient(circle at 15% 30%,rgba(255,196,0,.15),transparent 28%),#080808}
.page-hero h1{font-size:clamp(48px,6vw,78px)}
.inner-main{min-height:60vh}
.form-page-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:35px;align-items:start}
.info-card .big-number{display:block;color:var(--yellow);font-size:42px;font-weight:900;margin:24px 0}
.info-card .btn{margin-top:10px}
.text-link{display:block;margin-top:18px;color:#ddd}
.notice{padding:12px 14px;border-radius:8px}
.notice.success{background:#153b24;color:#c9f8d8}
.site-footer{background:#020202;border-top:1px solid #202020;padding:48px 0 90px}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr .7fr;gap:40px}
.footer-brand img{width:230px;height:74px;object-fit:contain;object-position:left center}
.footer-brand p{max-width:380px;color:#777;line-height:1.6}
.site-footer h4{color:var(--yellow);margin:0 0 12px}
.site-footer a{display:block;color:#bbb;margin:7px 0}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #171717;margin-top:35px;padding-top:20px;color:#666;font-size:12px}
.mobile-dock{display:none}
@media(max-width:1020px){
  .brand{width:250px;height:75px}
  .main-nav,.nav-actions{display:none}
  .menu-toggle{display:block}
  .main-nav.open{display:flex;position:absolute;left:0;right:0;top:108px;background:#080808;padding:22px;flex-direction:column;border-bottom:1px solid #222}
  .hero-layout,.form-page-grid,.area-layout{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr 1fr}
  .steps-grid{grid-template-columns:1fr}
  .steps-grid>div{border-right:0;border-bottom:1px solid #232323}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .container{width:min(var(--max),calc(100% - 24px))}
  .top-strip{font-size:10px;letter-spacing:.7px}
  .nav-shell{min-height:82px}
  .brand{width:205px;height:63px}
  .main-nav.open{top:82px}
  .hero-layout{padding:48px 0 68px;gap:36px}
  .hero h1,.page-hero h1{letter-spacing:-2px}
  .hero-copy>p,.page-hero p{font-size:17px}
  .hero-actions .btn{width:100%}
  .quote-panel,.premium-form,.info-card{padding:20px}
  .form-grid.two{grid-template-columns:1fr}
  .metrics-grid{grid-template-columns:1fr 1fr}
  .metrics-grid>div{padding:17px 8px}
  .metrics-grid strong{font-size:18px}
  .metrics-grid span{font-size:10px}
  .section{padding:70px 0}
  .service-grid{grid-template-columns:1fr}
  .cta-grid{grid-template-columns:1fr}
  .cta-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .mobile-dock{display:grid;position:fixed;bottom:0;left:0;right:0;z-index:120;grid-template-columns:1fr 1fr;box-shadow:0 -10px 35px rgba(0,0,0,.45)}
  .mobile-dock a{padding:16px 8px;text-align:center;background:var(--yellow);color:#080808;font-weight:900}
  .mobile-dock a+a{background:var(--green)}
  .site-footer{padding-bottom:100px}
}


/* V5 MOBILE HEADER AND LOGO UPGRADE */
@media(max-width:650px){
  .top-strip{
    padding:8px 10px;
    font-size:9px;
    line-height:1.3;
  }

  .site-header{
    background:#050505;
  }

  .nav-shell{
    min-height:104px;
    padding:0 4px;
    gap:10px;
  }

  .brand{
    width:275px;
    height:94px;
    padding:4px 0;
    flex:0 0 auto;
  }

  .brand img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:left center;
  }

  .menu-toggle{
    display:block;
    margin-left:auto;
    font-size:34px;
    width:48px;
    height:48px;
    line-height:48px;
    padding:0;
  }

  .main-nav.open{
    top:104px;
  }

  .hero-layout{
    padding-top:30px;
  }

  .hero h1{
    font-size:clamp(48px,14vw,66px);
    line-height:.92;
    margin-top:18px;
  }

  .hero-copy>p{
    margin-top:16px;
  }
}

@media(max-width:390px){
  .brand{
    width:245px;
    height:88px;
  }

  .menu-toggle{
    font-size:31px;
    width:42px;
  }
}


/* =========================================
   OG MOBILE TYRES V6 PREMIUM VISUAL REBUILD
   ========================================= */

.hero-v6{
  border-bottom:1px solid #191919;
}

.hero-v6 .hero-layout{
  grid-template-columns:1fr .95fr;
  padding-top:86px;
  padding-bottom:92px;
}

.hero-visual{
  position:relative;
  min-height:520px;
}

.vehicle-stage{
  position:relative;
  min-height:480px;
  border:1px solid #242424;
  border-radius:28px;
  background:
    radial-gradient(circle at 65% 22%,rgba(255,196,0,.18),transparent 26%),
    linear-gradient(145deg,#111,#050505 72%);
  overflow:hidden;
  box-shadow:0 40px 100px rgba(0,0,0,.46);
}

.vehicle-stage:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:32px 32px;
}

.stage-badge{
  position:absolute;
  top:26px;
  left:26px;
  z-index:4;
  padding:9px 12px;
  border:1px solid rgba(255,196,0,.35);
  border-radius:999px;
  color:var(--yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.8px;
}

.van-body{
  position:absolute;
  left:11%;
  right:10%;
  bottom:96px;
  height:190px;
  border-radius:24px 46px 14px 14px;
  background:linear-gradient(145deg,#f8f8f7,#cfcfca);
  box-shadow:0 28px 60px rgba(0,0,0,.35);
  transform:skewX(-4deg);
}

.van-body:before{
  content:"";
  position:absolute;
  width:36%;
  height:85px;
  right:4%;
  top:18px;
  border-radius:12px 28px 6px 6px;
  background:linear-gradient(145deg,#101820,#263641);
}

.van-body:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:40px;
  background:#111;
  border-radius:0 0 14px 14px;
}

.van-logo{
  position:absolute;
  left:9%;
  top:38px;
  z-index:3;
  color:#111;
  font-size:78px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-7px;
  transform:skewX(4deg);
}

.van-copy{
  position:absolute;
  left:34%;
  top:58px;
  z-index:3;
  color:#111;
  font-size:24px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-1px;
  transform:skewX(4deg);
}

.van-copy span{
  color:#8e6800;
  font-size:12px;
  letter-spacing:2px;
}

.wheel{
  position:absolute;
  z-index:5;
  bottom:62px;
  width:88px;
  height:88px;
  border-radius:50%;
  border:18px solid #141414;
  background:#4c4c4c;
  box-shadow:0 0 0 5px #252525,0 14px 25px rgba(0,0,0,.45);
}

.wheel:after{
  content:"";
  position:absolute;
  inset:15px;
  border-radius:50%;
  background:#b9b9b5;
}

.wheel-a{left:22%}
.wheel-b{right:18%}

.road-line{
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:58px;
  height:6px;
  background:linear-gradient(90deg,transparent,var(--yellow) 18%,var(--yellow) 82%,transparent);
  opacity:.7;
}

.speed-lines{
  position:absolute;
  right:-40px;
  top:120px;
  width:250px;
  height:140px;
  background:repeating-linear-gradient(165deg,transparent 0 14px,rgba(255,196,0,.2) 14px 17px);
  transform:rotate(-8deg);
}

.quick-contact-card{
  position:absolute;
  left:-26px;
  bottom:-28px;
  z-index:10;
  width:min(360px,80%);
  padding:20px 22px;
  border-radius:16px;
  border:1px solid rgba(255,196,0,.28);
  background:rgba(5,5,5,.96);
  box-shadow:0 24px 60px rgba(0,0,0,.5);
}

.quick-contact-card small{
  display:block;
  color:var(--yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.8px;
}

.quick-contact-card strong{
  display:block;
  margin:7px 0;
  color:#fff;
  font-size:28px;
}

.quick-contact-card span{
  color:#aaa;
  font-size:12px;
  line-height:1.45;
}

.hero-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:28px;
  max-width:720px;
}

.hero-benefits div{
  padding:15px 16px;
  border:1px solid #252525;
  border-radius:12px;
  background:rgba(255,255,255,.025);
}

.hero-benefits b{
  display:block;
  color:var(--yellow);
  font-size:14px;
  text-transform:uppercase;
}

.hero-benefits span{
  display:block;
  margin-top:4px;
  color:#aaa;
  font-size:11px;
}

.emergency-strip{
  background:var(--yellow);
  color:#080808;
}

.emergency-grid{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.emergency-grid small{
  display:block;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.7px;
}

.emergency-grid strong{
  display:block;
  margin-top:5px;
  font-size:26px;
  text-transform:uppercase;
}

.emergency-actions{
  display:flex;
  gap:10px;
}

.split-head{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:end;
  max-width:none;
}

.split-head p{
  margin:0 0 6px;
}

.premium-services{
  gap:16px;
}

.premium-card{
  position:relative;
  overflow:hidden;
  min-height:310px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.premium-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--yellow),transparent 80%);
}

.premium-card:hover{
  transform:translateY(-4px);
  border-color:#c9c9c3;
  box-shadow:0 18px 36px rgba(0,0,0,.08);
}

.service-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.service-number{
  color:#c9c9c4;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
}

.premium-card a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:16px;
  border-top:1px solid #ecece8;
}

.quote-section{
  background:#0a0a0a;
  color:#fff;
}

.quote-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:75px;
  align-items:center;
}

.quote-intro small{
  color:var(--yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.8px;
}

.quote-intro h2{
  margin:10px 0 18px;
  font-size:clamp(42px,5vw,66px);
  line-height:1;
  letter-spacing:-2px;
  text-transform:uppercase;
}

.quote-intro p{
  color:#aaa;
  line-height:1.7;
}

.quote-checks{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
  margin-top:28px;
}

.quote-checks span{
  padding:13px 14px;
  border:1px solid #2a2a2a;
  border-radius:10px;
  color:#ccc;
  font-size:13px;
}

.premium-steps{
  border-top:0;
  gap:14px;
}

.premium-steps>div{
  border:1px solid #252525;
  border-radius:14px;
  background:#0f0f0f;
}

.why-section{
  border-top:1px solid #e0e0dc;
}

.why-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:start;
}

.why-copy small{
  color:#aa7b00;
  font-weight:900;
  letter-spacing:1.8px;
}

.why-copy h2{
  margin:10px 0 18px;
  font-size:clamp(42px,5vw,64px);
  line-height:1;
  letter-spacing:-2px;
  text-transform:uppercase;
}

.why-copy p{
  color:#666;
  line-height:1.7;
}

.why-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.why-grid>div{
  padding:24px;
  border-radius:14px;
  background:#fff;
  border:1px solid #ddd;
}

.why-grid b{
  color:#b68400;
  font-size:14px;
}

.why-grid h3{
  margin:10px 0 8px;
}

.why-grid p{
  margin:0;
  color:#666;
  line-height:1.55;
}

.coverage-card small{
  position:relative;
  z-index:2;
  color:var(--yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.8px;
}

.premium-cta{
  background:
    radial-gradient(circle at 12% 50%,rgba(255,196,0,.14),transparent 26%),
    #080808;
}

@media(max-width:1020px){
  .hero-v6 .hero-layout,
  .quote-layout,
  .why-layout,
  .split-head{
    grid-template-columns:1fr;
  }

  .hero-visual{
    min-height:500px;
  }

  .quick-contact-card{
    left:20px;
  }

  .quote-layout,
  .why-layout{
    gap:36px;
  }

  .split-head{
    gap:10px;
  }
}

@media(max-width:650px){
  .hero-v6 .hero-layout{
    padding-top:28px;
    padding-bottom:50px;
  }

  .hero-visual{
    min-height:390px;
  }

  .vehicle-stage{
    min-height:360px;
    border-radius:20px;
  }

  .van-body{
    left:7%;
    right:6%;
    bottom:92px;
    height:145px;
  }

  .van-logo{
    left:8%;
    top:33px;
    font-size:52px;
  }

  .van-copy{
    left:35%;
    top:43px;
    font-size:18px;
  }

  .wheel{
    width:68px;
    height:68px;
    border-width:14px;
    bottom:61px;
  }

  .wheel-a{left:18%}
  .wheel-b{right:14%}

  .quick-contact-card{
    left:12px;
    right:12px;
    bottom:-12px;
    width:auto;
  }

  .hero-benefits{
    grid-template-columns:1fr;
  }

  .emergency-grid{
    align-items:flex-start;
    flex-direction:column;
    padding:18px 0;
  }

  .emergency-actions{
    width:100%;
  }

  .emergency-actions .btn{
    flex:1;
  }

  .quote-layout{
    gap:30px;
  }

  .quote-checks,
  .why-grid{
    grid-template-columns:1fr;
  }

  .premium-card{
    min-height:260px;
  }
}


/* =============================================
   OG MOBILE TYRES V7 - LIVE / SPEED / MOTION UI
   ============================================= */

.modern-top-strip{
  padding:0;
  background:#080808;
  color:#ddd;
  border-bottom:1px solid #1b1b1b;
}

.top-strip-inner{
  min-height:37px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.live-status,
.live-clock{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.1px;
}

.live-status strong,
.live-clock strong{
  color:var(--yellow);
}

.live-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#24d36a;
  box-shadow:0 0 0 5px rgba(36,211,106,.11),0 0 16px rgba(36,211,106,.6);
  animation:livePulse 1.7s ease-in-out infinite;
}

.top-divider{
  width:1px;
  height:13px;
  background:#383838;
}

.live-clock span:last-child{
  color:#777;
}

.scroll-progress{
  position:fixed;
  top:37px;
  left:0;
  right:0;
  height:2px;
  z-index:150;
  pointer-events:none;
}

.scroll-progress span{
  display:block;
  width:0;
  height:100%;
  background:linear-gradient(90deg,var(--yellow),#ffe274);
  box-shadow:0 0 12px rgba(255,196,0,.55);
}

.site-header{
  transition:min-height .22s ease,background .22s ease,box-shadow .22s ease;
}

.site-header.scrolled{
  background:rgba(3,3,3,.985);
  box-shadow:0 12px 28px rgba(0,0,0,.26);
}

.site-header.scrolled .nav-shell{
  min-height:82px;
}

.site-header.scrolled .brand{
  height:67px;
  width:255px;
}

.brand img{
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.28));
}

.call-btn{
  position:relative;
  gap:8px;
}

.call-pulse{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#24d36a;
  box-shadow:0 0 0 5px rgba(36,211,106,.09);
}

.speed-console{
  position:absolute;
  right:24px;
  top:28px;
  z-index:7;
  display:flex;
  align-items:center;
  gap:17px;
  width:290px;
  padding:15px 16px;
  background:rgba(4,4,4,.89);
  border:1px solid #2b2b2b;
  border-radius:15px;
  backdrop-filter:blur(12px);
}

.speed-dial{
  position:relative;
  flex:0 0 86px;
  width:86px;
  height:58px;
  overflow:hidden;
}

.speed-arc{
  position:absolute;
  left:5px;
  top:5px;
  width:76px;
  height:76px;
  border:9px solid #282828;
  border-bottom-color:transparent;
  border-left-color:var(--yellow);
  border-radius:50%;
  transform:rotate(45deg);
}

.speed-needle{
  position:absolute;
  left:42px;
  bottom:2px;
  width:35px;
  height:2px;
  background:var(--yellow);
  transform-origin:left center;
  transform:rotate(-58deg);
  transition:transform .65s cubic-bezier(.2,.9,.25,1);
  box-shadow:0 0 8px rgba(255,196,0,.7);
}

.speed-centre{
  position:absolute;
  left:38px;
  bottom:-2px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 4px #1d1d1d;
}

.speed-label{
  position:absolute;
  bottom:0;
  font-size:7px;
  font-weight:900;
  color:#777;
}

.speed-label-a{left:0}
.speed-label-b{right:0;color:var(--yellow)}

.speed-copy{
  min-width:0;
}

.speed-copy small{
  display:block;
  color:#777;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.6px;
}

.speed-copy strong{
  display:block;
  margin:4px 0;
  color:#fff;
  font-size:14px;
  white-space:nowrap;
}

.speed-copy span{
  display:block;
  color:#8c8c8c;
  font-size:10px;
  line-height:1.35;
}

.vehicle-stage{
  transition:transform .28s ease,border-color .28s ease;
}

.vehicle-stage:hover{
  transform:translateY(-3px);
  border-color:#3a3217;
}

.speed-lines{
  animation:speedFlow 2.4s linear infinite;
}

.wheel{
  animation:wheelSpin 6s linear infinite;
}

.road-line{
  animation:roadGlow 1.6s ease-in-out infinite;
}

.premium-card .service-icon{
  transition:transform .22s ease;
}

.premium-card:hover .service-icon{
  transform:rotate(-5deg) scale(1.08);
}

.field-active{
  color:var(--yellow);
}

.field-active input,
.field-active select,
.field-active textarea{
  box-shadow:0 0 0 3px rgba(255,196,0,.08);
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease,transform .65s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:none;
}

.desktop-quick-rail{
  position:fixed;
  right:18px;
  bottom:22px;
  z-index:110;
  display:grid;
  gap:9px;
}

.desktop-quick-rail a{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#111;
  border:1px solid #333;
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 25px rgba(0,0,0,.3);
  transition:transform .18s ease,border-color .18s ease;
}

.desktop-quick-rail a:last-child{
  background:#20c965;
  color:#06160b;
  border-color:#20c965;
  font-size:11px;
}

.desktop-quick-rail a:hover{
  transform:translateY(-3px);
  border-color:var(--yellow);
}

@keyframes livePulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.55;transform:scale(.82)}
}

@keyframes speedFlow{
  from{transform:translateX(0) rotate(-8deg)}
  to{transform:translateX(-34px) rotate(-8deg)}
}

@keyframes wheelSpin{
  from{transform:rotate(0)}
  to{transform:rotate(360deg)}
}

@keyframes roadGlow{
  0%,100%{opacity:.4}
  50%{opacity:.95}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

@media(max-width:1020px){
  .speed-console{
    right:18px;
    top:18px;
  }

  .desktop-quick-rail{
    display:none;
  }
}

@media(max-width:650px){
  .modern-top-strip{
    display:block;
  }

  .top-strip-inner{
    min-height:34px;
    justify-content:center;
  }

  .live-status{
    display:none;
  }

  .live-clock{
    width:100%;
    justify-content:center;
    font-size:9px;
  }

  .scroll-progress{
    top:34px;
  }

  .nav-shell{
    min-height:108px;
  }

  .brand{
    width:282px;
    height:98px;
  }

  .site-header.scrolled .nav-shell{
    min-height:88px;
  }

  .site-header.scrolled .brand{
    width:245px;
    height:76px;
  }

  .main-nav.open{
    top:108px;
  }

  .site-header.scrolled .main-nav.open{
    top:88px;
  }

  .speed-console{
    position:absolute;
    left:12px;
    right:12px;
    top:14px;
    width:auto;
  }

  .vehicle-stage{
    padding-top:76px;
  }

  .speed-copy span{
    display:none;
  }

  .reveal{
    transform:translateY(12px);
  }
}

@media(max-width:390px){
  .brand{
    width:252px;
    height:92px;
  }

  .site-header.scrolled .brand{
    width:225px;
  }
}


/* ==========================================
   V8 COMPACT HERO / REDUCED EMPTY SPACE
   ========================================== */

.hero-v6 .hero-layout{
  padding-top:34px;
  padding-bottom:52px;
  gap:44px;
  align-items:center;
}

.hero-v6{
  min-height:auto;
}

.hero-copy{
  align-self:center;
}

.hero-copy>p{
  margin-bottom:0;
}

.hero-actions{
  margin-top:22px;
  margin-bottom:18px;
}

.hero-benefits{
  margin-top:18px;
}

.hero-visual{
  min-height:390px;
}

.vehicle-stage{
  min-height:370px;
}

.van-body{
  bottom:78px;
  height:170px;
}

.wheel{
  bottom:50px;
}

.road-line{
  bottom:46px;
}

.quick-contact-card{
  bottom:10px;
  left:18px;
  width:min(330px,76%);
}

.speed-console{
  top:12px;
  right:12px;
  width:255px;
  padding:12px 13px;
}

.speed-dial{
  flex-basis:74px;
  width:74px;
  height:52px;
}

.speed-arc{
  width:66px;
  height:66px;
  border-width:8px;
}

.speed-needle{
  left:36px;
  width:31px;
}

.speed-centre{
  left:32px;
}

.emergency-grid{
  min-height:78px;
}

.section{
  padding-top:76px;
  padding-bottom:76px;
}

.section-head{
  margin-bottom:30px;
}

.quote-section{
  padding-top:58px;
  padding-bottom:58px;
}

.quote-layout{
  gap:48px;
}

.steps-grid{
  gap:10px;
}

.why-layout{
  gap:46px;
}

.cta-band{
  padding-top:48px;
  padding-bottom:48px;
}

@media(max-width:1020px){
  .hero-v6 .hero-layout{
    padding-top:26px;
    padding-bottom:44px;
    gap:30px;
  }

  .hero-visual{
    min-height:380px;
  }

  .vehicle-stage{
    min-height:360px;
  }

  .quick-contact-card{
    bottom:6px;
  }
}

@media(max-width:650px){
  .hero-v6 .hero-layout{
    padding-top:18px;
    padding-bottom:28px;
    gap:22px;
  }

  .hero h1{
    margin-top:14px;
    margin-bottom:12px;
  }

  .hero-copy>p{
    margin-top:10px;
  }

  .hero-actions{
    margin-top:16px;
    margin-bottom:12px;
  }

  .hero-benefits{
    margin-top:12px;
  }

  .hero-visual{
    min-height:310px;
  }

  .vehicle-stage{
    min-height:300px;
    padding-top:58px;
  }

  .speed-console{
    top:8px;
    left:8px;
    right:8px;
    padding:10px 12px;
    min-height:58px;
  }

  .speed-dial{
    flex-basis:64px;
    width:64px;
    height:44px;
  }

  .speed-arc{
    width:56px;
    height:56px;
    border-width:7px;
  }

  .speed-needle{
    left:31px;
    bottom:1px;
    width:27px;
  }

  .speed-centre{
    left:27px;
  }

  .van-body{
    left:5%;
    right:5%;
    bottom:62px;
    height:120px;
  }

  .van-logo{
    top:28px;
    font-size:46px;
  }

  .van-copy{
    top:36px;
    font-size:16px;
  }

  .wheel{
    width:60px;
    height:60px;
    border-width:12px;
    bottom:42px;
  }

  .road-line{
    bottom:37px;
  }

  .quick-contact-card{
    left:8px;
    right:8px;
    bottom:0;
    width:auto;
    padding:15px 16px;
  }

  .quick-contact-card strong{
    font-size:22px;
  }

  .quick-contact-card span{
    font-size:11px;
  }

  .emergency-grid{
    padding-top:14px;
    padding-bottom:14px;
  }

  .section{
    padding-top:56px;
    padding-bottom:56px;
  }

  .quote-section{
    padding-top:46px;
    padding-bottom:46px;
  }

  .section-head{
    margin-bottom:24px;
  }

  .cta-band{
    padding-top:38px;
    padding-bottom:38px;
  }
}

@media(max-width:390px){
  .hero-visual{
    min-height:292px;
  }

  .vehicle-stage{
    min-height:282px;
  }

  .quick-contact-card{
    padding:13px 14px;
  }
}

/* V10 CUSTOMER TRACKING */
.tracking-card{max-width:900px;margin:auto;background:#fff;border:1px solid #ddd;border-radius:16px;padding:28px;color:#111}
.tracking-card>small{color:#a77900;font-weight:900;letter-spacing:1.6px}
.tracking-card h2{font-size:42px;margin:8px 0 24px}
.tracking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:25px}
.tracking-grid>div{padding:16px;border:1px solid #ddd;border-radius:10px;background:#fafaf8}
.tracking-grid span{display:block;color:#777;font-size:11px;text-transform:uppercase;letter-spacing:1px}
.tracking-grid b{display:block;margin-top:6px}
@media(max-width:700px){.tracking-grid{grid-template-columns:1fr 1fr}}
@media(max-width:440px){.tracking-grid{grid-template-columns:1fr}}

/* V11 STOCK SEARCH + WORKFLOW */
.tyre-finder-strip{background:#111;border-top:1px solid #222;border-bottom:1px solid #222}
.tyre-finder-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.tyre-finder-inner small{display:block;color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:1.7px}
.tyre-finder-inner strong{display:block;margin:3px 0;font-size:24px}
.tyre-finder-inner span{color:#888;font-size:12px}
.tyre-search-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end;background:#fff;border:1px solid #ddd;border-radius:14px;padding:20px}
.tyre-search-form input{background:#fff;color:#111;border-color:#ccc}
.tyre-results-head{display:flex;justify-content:space-between;align-items:end;margin:38px 0 18px}.tyre-results-head h2{font-size:38px;margin:0}.tyre-results-head span{color:#666}
.tyre-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tyre-product{background:#fff;border:1px solid #ddd;border-radius:14px;padding:22px}.tyre-product-top{display:flex;justify-content:space-between;align-items:center}.tyre-product-top span{font-size:10px;color:#08773a;font-weight:900}.tyre-product h3{font-size:28px;margin:18px 0 6px}.tyre-product p{color:#666}.tyre-price{font-size:34px;font-weight:900;margin:18px 0}.tyre-product small{display:block;color:#777;line-height:1.4;margin-bottom:15px}.no-stock{background:#fff;border:1px solid #ddd;border-radius:14px;padding:25px}
@media(max-width:800px){.tyre-search-form{grid-template-columns:1fr 1fr}.tyre-product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.tyre-finder-inner{align-items:flex-start;flex-direction:column;padding:18px 0}.tyre-finder-inner .btn{width:100%}.tyre-search-form,.tyre-product-grid{grid-template-columns:1fr}.tyre-results-head{align-items:flex-start;flex-direction:column}}

/* V13 CUSTOMER QUOTES */
.customer-quote{max-width:900px;margin:auto;background:#fff;border:1px solid #ddd;border-radius:18px;padding:28px;color:#111}.cq-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #e6e6e2}.cq-head small{color:#9f7400;font-weight:900;letter-spacing:1.5px}.cq-head h2{font-size:34px;margin:5px 0}.cq-head p{margin:0;color:#666}.cq-status{height:max-content;padding:8px 11px;border-radius:999px;background:#111;color:#fff;font-size:10px;font-weight:900}.cq-items{margin-top:20px}.cq-item{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #ecece8}.cq-item b,.cq-item span{display:block}.cq-item span{margin-top:5px;color:#777;font-size:12px}.cq-totals{width:min(360px,100%);margin:24px 0 0 auto}.cq-totals>div{display:flex;justify-content:space-between;padding:8px 0}.cq-totals .grand{font-size:24px;border-top:2px solid #111}.cq-notes{margin-top:24px;padding:16px;background:#f7f7f4;border-radius:10px}.cq-notes p{color:#666;line-height:1.5}.quote-decision{display:flex;gap:10px;margin-top:28px}.quote-accepted,.quote-expired{margin-top:28px;padding:20px;border-radius:12px;background:#e9f8ef}.quote-expired{background:#f6f2e7}.quote-accepted h3,.quote-expired h3{margin-top:0}.cq-expiry{margin-top:20px;color:#777;font-size:12px}
@media(max-width:600px){.customer-quote{padding:20px}.cq-head{flex-direction:column}.quote-decision{flex-direction:column}.quote-decision .btn{width:100%}}
