/* =========================
   Automotive Alley PRO CSS
   Premium + Mobile Menu Fix
   Copy/Paste Entire File
   ========================= */

:root{
  --bg:#0b0b0d;
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.09);
  --line:rgba(255,255,255,.12);

  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);

  --yellow:#ffd400;
  --yellow2:#ffea66;

  --shadow:0 18px 46px rgba(0,0,0,.45);
  --radius:18px;
  --max:1320px;
  --font:"Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}

body{
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(950px 520px at 14% -5%, rgba(255,212,0,.18), transparent 62%),
    radial-gradient(950px 650px at 92% 0%, rgba(255,212,0,.10), transparent 62%),
    var(--bg);
  line-height:1.6;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{max-width:var(--max);margin:0 auto;padding:0 18px}

.small{font-size:13px}
.muted{color:var(--muted)}
.hr{height:1px;background:var(--line);margin:16px 0}

/* =========================
   Header
   ========================= */
.header{
  position:sticky;top:0;z-index:60;
  background:rgba(11,11,13,.88);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px 0;
}

/* Brand / logo */
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:950;
  letter-spacing:.2px;
  min-width:220px;
}
.brand img{
  height:90px;
  width:auto;
  object-fit:contain;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.55));
}
.brand span{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.brand small{
  font-size:14px;
  font-weight:750;
  color:var(--muted);
}

/* Desktop nav */
.nav{display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.nav a{
  padding:10px 12px;border-radius:12px;
  color:var(--muted);
  border:1px solid transparent;
  font-weight:850;
}
.nav a:hover{
  color:var(--text);
  border-color:rgba(255,212,0,.22);
  background:rgba(255,255,255,.05);
}
.nav a.active{
  color:var(--text);
  border-color:rgba(255,212,0,.38);
  background:rgba(255,255,255,.08);
}

/* Header right buttons */
.cta{display:flex;gap:10px;flex-wrap:wrap;align-items:center}

/* =========================
   Buttons
   ========================= */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 14px;border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-weight:900;
  cursor:pointer;
  transition:transform .08s ease,border-color .12s ease,background .12s ease,filter .12s ease;
}
.btn:hover{transform:translateY(-1px);border-color:rgba(255,212,0,.35)}
.btn.primary{
  border-color:transparent;
  background:linear-gradient(135deg,var(--yellow),var(--yellow2));
  color:#121212;
  box-shadow:var(--shadow);
}
.btn.primary:hover{filter:saturate(1.04) brightness(1.02)}
.btn.ghost{
  background:transparent;
  border-color:rgba(255,255,255,.18);
  color:var(--muted);
}
.btn.ghost:hover{color:var(--text);border-color:rgba(255,212,0,.28)}

.menu-btn { display:none; }
.mobile-menu { display:none; }

@media (max-width: 920px){

  /* Hide desktop nav + CTA on mobile */
  .header .nav { display:none; }
  .header .cta { display:none; }

  /* Hamburger */
  .menu-btn{
    display:flex;
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.18);
    background:transparent;
    border-radius:12px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
  }

  .menu-btn span{
    width:18px;
    height:2px;
    background:#fff;
    border-radius:2px;
  }

  /* Fullscreen mobile menu */
  .mobile-menu{
    position:fixed;
    inset:0;
    background:#000;
    z-index:999999;
    display:none;
  }

  .mobile-menu.is-open{
    display:block;
  }

  .mobile-menu__overlay{
    display:none;
  }

  .mobile-menu__panel{
    position:relative;
    width:100%;
    height:calc(100svh - 86px);
    margin-bottom:86px;
    background:#000;
    padding:28px 20px 40px;
    display:flex;
    flex-direction:column;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }

  .menu-close{
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.18);
    background:transparent;
    color:#fff;
    border-radius:12px;
    cursor:pointer;
    margin-left:auto;
    flex:0 0 auto;
  }

  .mobile-nav{
    margin-top:40px;
    display:flex;
    flex-direction:column;
    gap:20px;
    flex:0 0 auto;
    padding-bottom:40px;
  }

  .mobile-nav a{
    color:#fff;
    font-size:28px;
    font-weight:950;
    text-decoration:none;
    padding:14px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.15);
  }

  .mobile-nav a:hover{
    background:rgba(255,255,255,.08);
    color:#ffd400;
  }

  body.menu-open{
    overflow:hidden;
  }
}

/* Slight logo/header scaling on small phones */
@media (max-width: 768px){
  .brand img{ height:62px; }
  .header-inner{ padding:16px 0; }
  .brand small{ font-size:13px; }
}

/* =========================
   Cards / grids
   ========================= */
.section{padding:26px 0 46px}
.card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}
.card.soft{background:var(--panel2)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:980px){.grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.grid{grid-template-columns:1fr}}

.two{display:grid;grid-template-columns:1.12fr .88fr;gap:14px}
@media(max-width:980px){.two{grid-template-columns:1fr}}

.kicker{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,212,0,.25);
  background:rgba(255,212,0,.09);
  font-weight:900;font-size:13px;
}
.h1{
  margin:10px 0 10px;
  font-size:44px;
  line-height:1.05;
  letter-spacing:-.6px;
}
@media(max-width:520px){.h1{font-size:34px}}
.lead{color:var(--muted);font-weight:680;margin:0 0 14px}

/* =========================
   Hero
   ========================= */
.hero{
  position:relative;
  border-bottom:1px solid var(--line);
  min-height:520px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.34)),
    url("../img/hero.jpg") center/cover no-repeat;
}
.hero-inner{padding:30px 0 28px}
.hero h1{
  margin:10px 0 10px;
  font-size:52px;
  line-height:1.02;
  letter-spacing:-.8px;
}
@media(max-width:520px){.hero h1{font-size:38px}}
.hero p{
  max-width:760px;
  color:rgba(255,255,255,.82);
  font-weight:700;
  margin:0 0 16px;
}
.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 10px}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.86);
  font-weight:900;font-size:13px;
}

/* =========================
   List items
   ========================= */
.list{display:grid;gap:10px}
.item{
  display:flex;gap:10px;
  padding:12px 12px;border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}
.dot{
  width:10px;height:10px;border-radius:999px;background:var(--yellow);
  margin-top:6px;box-shadow:0 0 0 6px rgba(255,212,0,.12);
}
.item b{display:block}
.item span{color:var(--muted);font-weight:680}

/* =========================
   Forms
   ========================= */
.form{display:grid;gap:12px}
.field label{display:block;font-weight:900;margin-bottom:6px}
.field input,.field select,.field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.28);
  color:var(--text);
  outline:none;
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(255,212,0,.55)}
.note{color:var(--muted);font-weight:680;font-size:14px}

/* =========================
   Maps
   ========================= */
.map{
  border-radius:16px;overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.map iframe{width:100%;height:260px;border:0;display:block}

/* =========================
   Gallery
   ========================= */
.gallery-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media(max-width:980px){.gallery-grid{grid-template-columns: repeat(3, 1fr)}}
@media(max-width:620px){.gallery-grid{grid-template-columns: repeat(2, 1fr)}}
.thumb{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  cursor:pointer;
}
.thumb img{
  width:100%;
  height:150px;
  object-fit:cover;
  transition: transform .18s ease;
}
.thumb:hover img{transform: scale(1.03)}
.thumb::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.40), transparent 55%);
  opacity:.7;
}
.thumb .cap{
  position:absolute; left:10px; bottom:8px; z-index:2;
  font-weight:900; font-size:13px;
  color: rgba(255,255,255,.92);
}

/* Lightbox */
.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.86);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:200;
  padding:18px;
}
.lightbox.open{display:flex}
.lightbox-inner{max-width:980px;width:100%}
.lightbox img{
  width:100%;
  max-height:82vh;
  object-fit:contain;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
}
.lightbox-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-top:10px;
  color: rgba(255,255,255,.86);
}
.lightbox-btn{
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.9);
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
}
.lightbox-btn:hover{border-color: rgba(255,212,0,.35)}
.lightbox-title{font-weight:900}

/* =========================
   FAQ accordion
   ========================= */
.faq-item{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background: rgba(255,255,255,.05);
  overflow:hidden;
}
.faq-q{
  width:100%;
  text-align:left;
  padding:14px 14px;
  background: transparent;
  border:0;
  color: var(--text);
  font-weight:950;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.faq-q span{color: var(--muted); font-weight:950}
.faq-a{
  padding:0 14px 14px;
  color: var(--muted);
  font-weight:680;
  display:none;
}
.faq-item.open .faq-a{display:block}

/* =========================
   Stats
   ========================= */
.stats{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media(max-width:980px){.stats{grid-template-columns: repeat(2, 1fr)}}
.stat{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.stat .num{
  font-size:34px;
  font-weight:950;
  letter-spacing:-0.6px;
}
.stat .label{color: var(--muted); font-weight:800}

/* Reviews */
.review{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius:18px;
  padding:16px;
}
.stars{color: var(--yellow); letter-spacing:2px; font-weight:950}

/* =========================
   Footer
   ========================= */
.footer{
  border-top:1px solid var(--line);
  padding:22px 0;
  color:var(--muted);
}

/* =========================
   Sticky mobile bottom bar
   ========================= */
.mobilebar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:500;
  background:rgba(11,11,13,.96);
  border-top:1px solid rgba(255,255,255,.12);
  padding:10px;
  display:none;
}

.mobilebar-inner{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  max-width:var(--max);
  margin:0 auto;
}

.mobilebar a,
.mobilebar .call-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:48px;
  gap:8px;
  padding:12px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  font-weight:950;
  color:rgba(255,255,255,.92);
}

.mobilebar a.primary{
  background:linear-gradient(135deg,var(--yellow),var(--yellow2));
  border-color:transparent;
  color:#121212;
}

@media (max-width: 920px){
  .mobilebar{
    display:block !important;
  }

  body{
    padding-bottom:86px;
  }
}

/* =========================
   DESKTOP ONLY: Glass Hero Box
   ========================= */
@media (min-width: 921px){
  .hero-box{
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(8px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.15);
    max-width: 900px;
  }
}

/* =========================
   MOBILE ONLY: Remove hero schedule button
   ========================= */
@media (max-width: 920px){
  .hero .btn.primary{
    display:none;
  }
}

.reveal{
  opacity:0;
  transform:translateY(30px);
  transition: all .6s ease;
}
.reveal.show{
  opacity:1;
  transform:translateY(0);
}

.card{
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover{
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,.5);
}

.section-title{
  position:relative;
  display:inline-block;
}
.section-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:60px;
  height:4px;
  background:linear-gradient(90deg,#ffd400,#ffea66);
  border-radius:4px;
}

.hero-box{
  backdrop-filter: blur(14px);
  background: rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.15);
}

.btn.primary{
  position:relative;
  overflow:hidden;
}
.btn.primary::after{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transition:.6s;
}
.btn.primary:hover::after{
  left:100%;
}

/* =========================
   Premium Page Transitions
   ========================= */
html { scroll-behavior: smooth; }

body{
  opacity: 1;
  transition: opacity .22s ease;
}

body.is-leaving{
  opacity: 0;
}

@media (prefers-reduced-motion: reduce){
  body{ transition:none; }
  html{ scroll-behavior:auto; }
}

/* =========================
   Premium micro-interactions
   ========================= */
:focus-visible{
  outline: 2px solid rgba(255,212,0,.70);
  outline-offset: 3px;
  border-radius: 12px;
}

.btn{
  transition: transform .12s ease, filter .18s ease, border-color .18s ease, background .18s ease;
}
.btn:active{ transform: translateY(1px); }

@media (hover:hover){
  .card{
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .card:hover{
    transform: translateY(-4px);
    border-color: rgba(255,212,0,.22);
    box-shadow: 0 26px 70px rgba(0,0,0,.55);
  }
}

.hr{
  background: linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,212,0,.20), rgba(255,255,255,.10));
}

/* =========================
   Call Dropdown (Desktop + Mobile)
   ========================= */
.call-dropdown{ position:relative; }

.call-toggle{
  font-size:inherit;
  font-weight:900;
}

.call-ico{
  display:none !important;
}

.mobilebar .call-toggle{
  font-size:inherit;
  font-weight:950;
  letter-spacing:normal;
}

.call-toggle .chev{
  margin-left:6px;
  font-size:inherit;
}

.chev{
  font-size:12px;
  opacity:.85;
  transform: translateY(1px);
  transition: transform .18s ease;
}

.call-dropdown.open .chev{ transform: rotate(180deg) translateY(-1px); }

.call-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:240px;
  padding:8px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.15);
  background:#0b0b0d;
  box-shadow:0 18px 46px rgba(0,0,0,.45);
  z-index:9999;
  opacity:0;
  transform: translateY(-6px);
  pointer-events:none;
  transition: opacity .16s ease, transform .16s ease;
}

.call-dropdown.open .call-menu{
  opacity:1;
  transform: translateY(0);
  pointer-events:auto;
}

.call-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.call-item:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,212,0,.22);
}

.call-text b{
  display:block;
  font-weight:950;
  color: rgba(255,255,255,.92);
  line-height:1.05;
}
.call-text small{
  display:block;
  margin-top:2px;
  font-weight:850;
  color: rgba(255,255,255,.72);
}

.pin{ opacity:.95; }

.call-item.is-primary{
  border-color: rgba(255,212,0,.38);
  background: rgba(255,212,0,.10);
}
.call-item.is-primary:hover{
  background: rgba(255,212,0,.14);
}

/* =========================
   Mobile header behavior:
   show Call dropdown, hide Schedule (sticky bar handles it)
   ========================= */
@media (max-width: 920px){
  .header .cta{ display:flex; }
  .header .cta .btn.primary{ display:none; }
  .call-menu{ right:0; left:auto; }
}

/* =========================
   MOBILE ONLY: Center logo + hide hours
   ========================= */
@media (max-width: 920px){
  .brand small{
    display:none;
  }

  .header-inner{
    position:relative;
  }

  .brand{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    min-width:auto;
  }

  .menu-btn{
    margin-left:auto;
  }
}

/* =========================
   MOBILE ONLY: Move Call dropdown to sticky bar
   ========================= */
@media (max-width: 920px){
  .header .call-dropdown{ display:none !important; }

  .mobilebar .call-toggle{
    width:100%;
    height:100%;
    border-radius:14px;
    padding:12px 10px;
    justify-content:center;
  }

  .mobilebar .call-menu{
    position:absolute;
    left:0;
    right:0;
    bottom:calc(100% + 10px);
    top:auto;
    min-width:unset;
  }
}

/* =========================
   MOBILE ONLY: Center hero text + hide hero badges
   ========================= */
@media (max-width: 920px){
  .hero-badges{ display:none !important; }

  .hero-inner{
    text-align:center;
  }

  .hero .cta{
    justify-content:center;
  }

  .hero p{
    margin-left:auto;
    margin-right:auto;
  }
}

/* TEAM SECTION */
.team-section{
  margin-top:30px;
}

.team-title{
  font-size:20px;
  font-weight:900;
  margin-bottom:14px;
}

.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

@media(max-width:1000px){
  .team-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .team-grid{
    grid-template-columns:1fr;
  }
}

.team-card{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  padding:18px;
  text-align:center;
}

.team-photo{
  height:140px;
  background:rgba(255,255,255,.05);
  border-radius:14px;
  margin-bottom:10px;
}

.team-role{
  font-weight:800;
  color:rgba(255,255,255,.8);
}

.service-menu h3{
  font-weight:950;
  letter-spacing:-.2px;
  margin-bottom:12px;
}

.menu-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 16px;
  font-weight:650;
}

.menu-grid div{
  padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.menu-grid div:nth-child(even){
  text-align:right;
  font-weight:900;
}

.menu-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-weight:650;
}
.menu-row b{
  font-weight:950;
  white-space:nowrap;
}

/* Center hero box and all content inside it on desktop only */
@media (min-width: 1024px) {
  .hero {
    position: relative;
  }

  .hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
  }

  .hero-box {
    text-align: center;
  }
}

.hero-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
}

.hero-logos img {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Make hero box lighter and keep text centered */
.hero-box {
  background: rgba(0,0,0,0.05);
  padding: 32px 36px;
  border-radius: 10px;
  text-align: center;
  backdrop-filter: blur(6px);
}

.hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-box p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  background: #0b0b0b;
  color: #f5f5f5;
  padding: 60px 0 24px;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.footer-logo {
  max-width: 220px;
  height: auto;
  margin-bottom: 16px;
}

.footer-tagline {
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 320px;
}

.footer-col h3,
.footer-cta h3 {
  font-size: 1.05rem;
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-col p,
.footer-cta p,
.footer-links li a,
.footer-social a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  line-height: 1.7;
  font-size: 0.97rem;
}

.footer-col a:hover,
.footer-links li a:hover,
.footer-social a:hover {
  color: #f4c400;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-social {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  margin-top:12px;
}

.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.footer-social img {
  height: 26px;
  width: auto;
  display:block;
  object-fit:contain;
  opacity: 0.9;
  transition:opacity .25s ease, transform .25s ease;
}

.footer-social img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-cta {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 24px;
}

.footer-btn {
  display: inline-block;
  margin-top: 14px;
  background: #f4c400;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.footer-btn:hover {
  background: #ffd94d;
  color: #111;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 34px;
  padding-top: 18px;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255,255,255,0.62);
  font-size: 0.92rem;
  margin: 0;
}

.footer-grid{
  text-align:center;
}

.footer-brand,
.footer-col,
.payment-col,
.footer-cta{
  text-align:center;
}

.payment-col p{
  color:rgba(255,255,255,0.8);
  line-height:1.6;
  margin-bottom:14px;
}

.payment-icons{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:10px;
}

.payment-icons img{
  height:28px;
  width:auto;
  display:block;
  object-fit:contain;
  filter:brightness(1);
}

/* Tablet */
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .site-footer {
    padding: 44px 0 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-brand,
  .footer-col,
  .footer-cta {
    text-align: center;
  }

  .footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-cta {
    padding: 22px 18px;
  }
}

@media (max-width: 768px) {
  .mobile-menu,
  .nav-menu.open,
  .site-nav.open {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }

  body.menu-open {
    overflow: hidden;
  }
}

/* =========================
   MOBILE HERO CENTERING
   ========================= */
@media (max-width: 920px){
  .hero{
    align-items:center;
    text-align:center;
    min-height:70vh;
  }

  .hero-inner{
    padding-top:0;
    padding-bottom:0;
    text-align:center;
  }

  .hero .btn.primary{
    display:none;
  }

  .hero .cta{
    justify-content:center;
  }

  .hero p{
    margin-left:auto;
    margin-right:auto;
  }
}

/* MOBILE HERO FIX */
@media (max-width: 768px) {
  .hero-box{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* =========================
   HERO IMAGE FIX (MOBILE)
   ========================= */
@media (max-width: 768px){
  .hero{
    min-height: 85vh;
    height: auto;
    padding: 60px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
  }

  .hero-inner{
    width:100%;
    max-width:100%;
  }

  .hero-box{
    width:100%;
    max-width:95%;
    margin:0 auto;
    padding:28px 20px;
  }
}

/* =========================
   SERVICE PERKS
   ========================= */
.service-perks{
  padding:40px 0 50px;
  text-align:center;
}

.perks-title{
  font-size:36px;
  font-weight:950;
  letter-spacing:-0.5px;
  margin-bottom:26px;
}

.perks-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
  align-items:center;
}

.perk{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  transition:all .2s ease;
}

.perk:hover{
  border-color:rgba(255,212,0,.35);
  transform:translateY(-4px);
}

.perk img{
  height:44px;
  width:auto;
  object-fit:contain;
  filter:brightness(0) invert(1);
}

.perk span{
  font-weight:850;
  color:rgba(255,255,255,.9);
}

/* Tablet */
@media (max-width:900px){
  .perks-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

/* Mobile */
@media (max-width:600px){
  .perks-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .perk img{
    height:36px;
  }

  .perks-title{
    font-size:30px;
  }
}

.mobile-menu{
  z-index:999999;
}




/* =========================
BG SERVICES PAGE
========================= */

.narrow{
  max-width: 850px;
  margin: 0 auto;
}

.section-heading{
  text-align: center;
  max-width: 850px;
  margin: 0 auto 42px;
}

.section-heading h2{
  margin: 10px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
}

.section-heading p{
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.eyebrow{
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yellow);
}

/* HERO */
.bg-hero{
  padding: 90px 20px 70px;
  background:
    radial-gradient(circle at top right, rgba(255,212,0,.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-bottom: 1px solid var(--line);
}

.bg-hero-grid{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}

.bg-hero-text h1{
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.03;
  margin: 12px 0 18px;
}

.bg-hero-text p{
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
}

.bg-hero-buttons{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.bg-hero-card{
  display: flex;
  justify-content: center;
}

.bg-hero-card-inner{
  width: 100%;
  background: linear-gradient(180deg, var(--panel2), var(--panel));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.bg-hero-card-inner h3{
  margin-bottom: 18px;
  font-size: 24px;
}

.bg-hero-card-inner ul{
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.bg-hero-card-inner li{
  margin-bottom: 12px;
  line-height: 1.6;
}

/* INTRO */
.bg-intro{
  padding: 75px 20px;
}

.bg-intro h2{
  text-align: center;
  font-size: clamp(30px, 4vw, 44px);
  margin-bottom: 22px;
}

.bg-intro p{
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 18px;
  text-align: center;
}

/* SERVICE CARDS */
.bg-service-cards{
  padding: 80px 20px;
  background: rgba(255,255,255,.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card{
  background: linear-gradient(180deg, var(--panel2), var(--panel));
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, border-color .25s ease;
}

.service-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255,212,0,.35);
}

.service-icon{
  font-size: 34px;
  margin-bottom: 16px;
}

.service-card h3{
  font-size: 24px;
  margin-bottom: 12px;
}

.service-card p{
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}

/* GRAPHIC SECTION */
.bg-graphic-section{
  padding: 85px 20px;
}

.graphic-grid{
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 24px;
  align-items: center;
}

.graphic-card{
  background: linear-gradient(180deg, var(--panel2), var(--panel));
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.graphic-top{
  padding: 18px 22px;
  font-weight: 800;
  font-size: 18px;
}

.graphic-bad{
  background: rgba(255,255,255,.06);
}

.graphic-good{
  background: rgba(255,212,0,.14);
  color: var(--yellow2);
}

.graphic-card ul{
  margin: 0;
  padding: 24px 26px 26px 42px;
}

.graphic-card li{
  margin-bottom: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.graphic-arrow{
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: var(--yellow);
}

.graphic-note{
  max-width: 900px;
  margin: 28px auto 0;
  text-align: center;
}

.graphic-note p{
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

/* MAINTENANCE CHART */
.maintenance-chart-section{
  padding: 85px 20px;
  background: rgba(255,255,255,.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.chart-wrap{
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.maintenance-chart{
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  background: rgba(10,10,10,.75);
}

.maintenance-chart thead th{
  background: rgba(255,212,0,.12);
  color: var(--yellow2);
  text-align: left;
  font-size: 15px;
  letter-spacing: .03em;
}

.maintenance-chart th,
.maintenance-chart td{
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.maintenance-chart tbody td{
  color: var(--muted);
  line-height: 1.65;
}

.maintenance-chart tbody tr:hover{
  background: rgba(255,255,255,.03);
}

/* CTA */
.bg-cta{
  padding: 90px 20px 100px;
}

.bg-cta-box{
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(255,212,0,.14), transparent 40%),
    linear-gradient(180deg, var(--panel2), var(--panel));
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 44px 28px;
  box-shadow: var(--shadow);
}

.bg-cta-box h2{
  font-size: clamp(30px, 4vw, 48px);
  margin: 12px 0 14px;
}

.bg-cta-box p{
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.bg-cta-buttons{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* BUTTONS */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
}

.btn-yellow{
  background: var(--yellow);
  color: #111;
  border: 1px solid var(--yellow);
}

.btn-yellow:hover{
  transform: translateY(-2px);
  background: var(--yellow2);
  border-color: var(--yellow2);
}

.btn-outline{
  background: transparent;
  color: #fff;
  border: 1px solid var(--line);
}

.btn-outline:hover{
  transform: translateY(-2px);
  border-color: rgba(255,212,0,.4);
  background: rgba(255,255,255,.04);
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .bg-hero-grid{
    grid-template-columns: 1fr;
  }

  .service-card-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .graphic-grid{
    grid-template-columns: 1fr;
  }

  .graphic-arrow{
    transform: rotate(90deg);
  }
}

@media (max-width: 768px){
  .bg-hero{
    padding: 70px 20px 55px;
  }

  .bg-intro,
  .bg-service-cards,
  .bg-graphic-section,
  .maintenance-chart-section,
  .bg-cta{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .service-card-grid{
    grid-template-columns: 1fr;
  }

  .bg-hero-text p,
  .bg-intro p,
  .section-heading p,
  .bg-cta-box p{
    font-size: 16px;
  }

  .bg-hero-buttons,
  .bg-cta-buttons{
    flex-direction: column;
  }

  .bg-hero-buttons .btn,
  .bg-cta-buttons .btn{
    width: 100%;
  }
}



/* BG SECTION */

.bg-highlight{
padding:80px 20px;
}

.bg-highlight-card{
max-width:900px;
margin:auto;
background:linear-gradient(180deg,var(--panel2),var(--panel));
border:1px solid var(--line);
border-radius:20px;
padding:40px;
box-shadow:var(--shadow);
}

/* Header */

.bg-header{
text-align:center;
margin-bottom:30px;
}

.bg-title{
display:flex;
align-items:center;
justify-content:center;
gap:14px;
margin-bottom:10px;
}

.bg-logo{
height:38px;
width:auto;
}

.bg-title h2{
margin:0;
font-size:34px;
}

.bg-header p{
max-width:650px;
margin:auto;
color:var(--muted);
line-height:1.7;
}

/* Service Grid */

.bg-service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:14px;
margin-top:25px;
}

.bg-service{
background:rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius:12px;
padding:14px;
text-align:center;
font-weight:600;
font-size:15px;
}

.bg-service:hover{
border-color:rgba(255,212,0,.4);
}

/* Button */

.bg-action{
margin-top:35px;
text-align:center;
}

/* Mobile */

@media (max-width:768px){

.bg-service-grid{
grid-template-columns:1fr 1fr;
}

}

@media (max-width:520px){

.bg-service-grid{
grid-template-columns:1fr;
}

.bg-title{
flex-direction:column;
}

}


.bg-highlight-card{
border-top:4px solid var(--yellow);
}



.bg-service{
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius:12px;
padding:14px;
text-align:center;
font-weight:600;
font-size:15px;
text-decoration:none;
color:var(--text);
transition:.25s ease;
}

.bg-service:hover{
border-color:rgba(255,212,0,.4);
background:rgba(255,255,255,.08);
transform:translateY(-2px);
}



.carfax-badge{
margin-top:18px;
display:flex;
justify-content:center;
}

.carfax-badge img{
max-width:135px;
}