
:root{
  --bg:#07090d;
  --bg-soft:#0d121b;
  --card:#121824;
  --card-2:#171f2d;
  --text:#f6f7fb;
  --muted:#b8bfcc;
  --blue:#005eea;
  --blue2:#35b7ff;
  --silver:#c9c9c9;
  --line:rgba(255,255,255,.13);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}
.section{padding:85px 0}
.section-sm{padding:50px 0}
.eyebrow{
  color:var(--blue2);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:900;
}
h1,h2,h3{line-height:1.05;margin:0 0 18px}
h1{font-size:clamp(3rem,8vw,6.5rem);letter-spacing:-.06em}
h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.04em}
h3{font-size:1.3rem}
p{color:var(--muted);margin:0 0 20px}
.blue{color:var(--blue2)}
.silver{color:var(--silver)}
.small{font-size:.92rem;color:var(--muted)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.18);
  padding:14px 22px;
  border-radius:12px;
  font-weight:900;
  text-transform:uppercase;
  font-size:.84rem;
  letter-spacing:.04em;
  transition:.2s;
  cursor:pointer;
}
.btn.primary{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  border:0;
  color:#fff;
  box-shadow:0 10px 28px rgba(0,94,234,.28);
}
.btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.35)}
.btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}



.nav-links{display:flex;align-items:center;gap:23px}
.nav-links a{
  font-size:.8rem;
  color:var(--muted);
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.06em;
}
.nav-links a:hover,.nav-links a.active{color:#fff}
.menu-btn{
  display:none;
  background:none;
  color:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:10px 12px;
}
.hero{
  min-height:calc(100vh - 82px);
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 24%,rgba(0,94,234,.18),transparent 36%),
    linear-gradient(115deg,rgba(7,9,13,.78),rgba(7,9,13,.50),rgba(7,9,13,.78));
  background-size:auto,auto;
  background-repeat:no-repeat;
  background-position:center,center;
}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(transparent,var(--bg))}
.hero-content{position:relative;z-index:2;max-width:720px;padding:85px 0}
.hero p{max-width:560px;font-size:1.08rem}
.trust-bar{position:relative;z-index:4;margin-top:-82px}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(18,24,36,.92);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.trust-item{padding:24px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;margin-bottom:4px}
.trust-item span{color:var(--muted);font-size:.92rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.package-card{
  display:flex;
  flex-direction:column;
  min-height:330px;
  position:relative;
  overflow:hidden;
}
.package-card.featured{border-color:rgba(53,183,255,.45)}
.package-tag{
  display:inline-block;
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(53,183,255,.1);
  color:var(--blue2);
  border:1px solid rgba(53,183,255,.24);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.price{font-size:2rem;font-weight:900;color:white;margin:8px 0 18px}
.features{list-style:none;padding:0;margin:18px 0 0}
.features li{color:var(--muted);margin:8px 0;padding-left:24px;position:relative}
.features li:before{content:"✓";position:absolute;left:0;color:var(--blue2);font-weight:900}
.card .btn{margin-top:auto}
.cta-band{
  background:linear-gradient(135deg,var(--blue),#061b55);
  border-radius:var(--radius);
  padding:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gallery-item{
  min-height:220px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(0,94,234,.18),rgba(255,255,255,.04)),linear-gradient(45deg,#111722,#202838);
  position:relative;
  overflow:hidden;
}
.gallery-item:after{
  content:"Photo coming soon";
  position:absolute;
  left:16px;
  bottom:14px;
  color:white;
  font-weight:900;
}
.form{display:grid;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{font-weight:900;font-size:.88rem;color:white}
input,select,textarea{
  width:100%;
  margin-top:7px;
  background:#0b1018;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  padding:14px;
  color:white;
  outline:none;
  font:inherit;
}
textarea{min-height:130px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--blue2);box-shadow:0 0 0 4px rgba(53,183,255,.08)}
.notice{
  background:rgba(53,183,255,.08);
  border:1px solid rgba(53,183,255,.22);
  padding:18px;
  border-radius:16px;
}
.footer{
  border-top:1px solid var(--line);
  padding:45px 0;
  background:#05070a;
}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
.footer img{height:58px;width:auto;margin-bottom:15px}
.footer a,.footer p{color:var(--muted)}
.footer h4{margin:0 0 12px}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin:8px 0}
.page-hero{
  padding:80px 0 30px;
  background:
    radial-gradient(circle at 70% 10%, rgba(0,94,234,.14), transparent 32%),
    linear-gradient(180deg, rgba(11,16,24,.62), rgba(7,9,13,.42));
}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}
table{width:100%;border-collapse:collapse;background:rgba(255,255,255,.03)}
th,td{text-align:left;padding:18px;border-bottom:1px solid var(--line)}
th{color:white;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}
td{color:var(--muted)}
tr:last-child td{border-bottom:0}
@media(max-width:980px){.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){
  .menu-btn{display:block}
  .nav-links{
    position:absolute;
    top:82px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    padding:22px 4%;
    background:#07090d;
    border-bottom:1px solid var(--line);
  }
  .nav-links.open{display:flex}
  .nav>.btn{display:none}
  .trust-grid,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line)}
  .trust-item:last-child{border-bottom:0}
  .hero{
  min-height:calc(100vh - 82px);
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 24%,rgba(0,94,234,.18),transparent 36%),
    linear-gradient(115deg,rgba(7,9,13,.78),rgba(7,9,13,.50),rgba(7,9,13,.78));
  background-size:auto,auto;
  background-repeat:no-repeat;
  background-position:center,center;
}
  .hero-content{padding:70px 0 130px}
  .trust-bar{margin-top:-70px}
  .form-row{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .cta-band{flex-direction:column;align-items:flex-start}
}
@media(max-width:520px){
  h1{font-size:3.15rem}
  .grid-4,.gallery-grid{grid-template-columns:1fr}
  
}

.hero-brand{text-align:center;margin:0 auto 32px;font-size:clamp(2rem,6vw,5.4rem);font-weight:900;letter-spacing:.08em;text-transform:uppercase;line-height:1;width:100%;text-shadow:0 12px 42px rgba(0,0,0,.45)}
.hero-brand .brand-silver{color:var(--silver)}
.hero-brand .brand-blue{color:var(--blue2)}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:34px}
.team-card{display:grid;grid-template-columns:130px 1fr;gap:22px;align-items:center}
.team-photo{width:130px;height:130px;border-radius:22px;border:1px solid var(--line);background:radial-gradient(circle at 40% 30%,rgba(53,183,255,.32),transparent 36%),linear-gradient(135deg,#182133,#0b1018);display:flex;align-items:center;justify-content:center;color:white;font-weight:900;font-size:2.1rem}
@media(max-width:760px){.team-grid{grid-template-columns:1fr}.team-card{grid-template-columns:1fr}.team-photo{width:100%;height:180px}}
@media(max-width:520px){.hero-brand{letter-spacing:.04em;margin-bottom:24px}}








@media(max-width:860px){
  
}


max-width:260px !important;
  height:auto !important;
  max-height:76px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.nav-links{
  flex:1;
  justify-content:center;
}
.hero{
  padding-top:0;
}
.hero-content{
  padding-top:95px;
}
.hero-brand{
  display:none;
}
@media(max-width:980px){
  
  
}
@media(max-width:860px){
  
  
  
  
  .nav-links{
    top:82px;
  }
}


/* V9 FINAL HEADER + BACKGROUND FIX */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:100 !important;
  height:88px !important;
  background:#07090d !important;
  backdrop-filter:none !important;
  border-bottom:1px solid rgba(255,255,255,.13) !important;
  overflow:hidden !important;
}
.nav{
  height:88px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}
.logo-wrap{
  width:260px !important;
  height:88px !important;
  flex:0 0 260px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}
.logo-wrap img{
  width:220px !important;
  max-width:220px !important;
  min-width:0 !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  object-position:left center !important;
  display:block !important;
  position:static !important;
}
.nav-links{
  flex:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:23px !important;
}
body::before{
  content:"" !important;
  position:fixed !important;
  left:50% !important;
  top:54% !important;
  transform:translate(-50%,-50%) !important;
  width:min(980px,82vw) !important;
  height:min(420px,36vw) !important;
  z-index:0 !important;
  pointer-events:none !important;
  background-image:url('assets/evans-autocare-logo-transparent.png') !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-size:contain !important;
  opacity:.115 !important;
  filter:brightness(1.18) contrast(1.08) !important;
}
main,
.footer{
  position:relative !important;
  z-index:1 !important;
}
.site-header{
  position:sticky !important;
  z-index:100 !important;
}
.hero{
  background:
    radial-gradient(circle at 50% 24%,rgba(0,94,234,.18),transparent 36%),
    linear-gradient(115deg,rgba(7,9,13,.78),rgba(7,9,13,.50),rgba(7,9,13,.78)) !important;
  background-size:auto,auto !important;
  background-repeat:no-repeat !important;
  background-position:center,center !important;
}
.hero-brand{
  display:none !important;
}
@media(max-width:980px){
  .logo-wrap{
    width:220px !important;
    flex-basis:220px !important;
  }
  .logo-wrap img{
    width:190px !important;
    max-width:190px !important;
    max-height:62px !important;
  }
  body::before{
    width:min(820px,90vw) !important;
    height:min(360px,42vw) !important;
    top:54% !important;
  }
}
@media(max-width:860px){
  .site-header{
    height:82px !important;
  }
  .nav{
    height:82px !important;
  }
  .logo-wrap{
    width:190px !important;
    height:82px !important;
    flex-basis:190px !important;
  }
  .logo-wrap img{
    width:170px !important;
    max-width:170px !important;
    max-height:58px !important;
  }
  .nav-links{
    position:absolute !important;
    top:82px !important;
    left:0 !important;
    right:0 !important;
    display:none !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    padding:22px 4% !important;
    background:#07090d !important;
    border-bottom:1px solid rgba(255,255,255,.13) !important;
  }
  .nav-links.open{
    display:flex !important;
  }
  body::before{
    width:760px !important;
    max-width:95vw !important;
    height:330px !important;
    top:52% !important;
    opacity:.09 !important;
  }
}


/* V10: homepage-only header logo scale correction */
body.home-fixed-header .site-header{
  height:88px !important;
  max-height:88px !important;
  overflow:hidden !important;
  background:#07090d !important;
}
body.home-fixed-header .nav{
  height:88px !important;
  max-height:88px !important;
  overflow:hidden !important;
}
body.home-fixed-header .home-logo-wrap,
body.home-fixed-header .logo-wrap{
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  height:88px !important;
  max-height:88px !important;
  flex:0 0 260px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  background:transparent !important;
}
body.home-fixed-header .home-header-logo,
body.home-fixed-header .logo-wrap > img{
  width:220px !important;
  min-width:220px !important;
  max-width:220px !important;
  height:auto !important;
  min-height:0 !important;
  max-height:68px !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  position:static !important;
  inset:auto !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
}
body.home-fixed-header .hero{
  margin-top:0 !important;
}
@media(max-width:980px){
  body.home-fixed-header .home-logo-wrap,
  body.home-fixed-header .logo-wrap{
    width:220px !important;
    min-width:220px !important;
    max-width:220px !important;
    flex-basis:220px !important;
  }
  body.home-fixed-header .home-header-logo,
  body.home-fixed-header .logo-wrap > img{
    width:190px !important;
    min-width:190px !important;
    max-width:190px !important;
    max-height:62px !important;
  }
}
@media(max-width:860px){
  body.home-fixed-header .site-header,
  body.home-fixed-header .nav{
    height:82px !important;
    max-height:82px !important;
  }
  body.home-fixed-header .home-logo-wrap,
  body.home-fixed-header .logo-wrap{
    width:190px !important;
    min-width:190px !important;
    max-width:190px !important;
    height:82px !important;
    max-height:82px !important;
    flex-basis:190px !important;
  }
  body.home-fixed-header .home-header-logo,
  body.home-fixed-header .logo-wrap > img{
    width:170px !important;
    min-width:170px !important;
    max-width:170px !important;
    max-height:58px !important;
  }
}


/* V11: homepage header no-image logo fix */
body.home-text-logo .site-header{
  height:88px !important;
  max-height:88px !important;
  overflow:hidden !important;
}
body.home-text-logo .nav{
  height:88px !important;
  max-height:88px !important;
  overflow:hidden !important;
}
body.home-text-logo .home-text-logo-wrap{
  width:250px !important;
  min-width:250px !important;
  max-width:250px !important;
  height:88px !important;
  max-height:88px !important;
  flex:0 0 250px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
  padding:0 !important;
  margin:0 !important;
}
body.home-text-logo .home-text-logo-wrap img{
  display:none !important;
}
body.home-text-logo .ea-text-logo{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  line-height:.86 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
  font-family:Arial Black, Arial, Helvetica, sans-serif !important;
  transform:skew(-10deg) !important;
}
body.home-text-logo .ea-text-logo span{
  font-size:34px !important;
  color:#c9c9c9 !important;
  text-shadow:none !important;
  background:linear-gradient(180deg,#f0f0f0,#8e8e8e) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
body.home-text-logo .ea-text-logo small{
  font-size:12px !important;
  letter-spacing:.38em !important;
  color:#35b7ff !important;
  margin-left:5px !important;
  margin-top:8px !important;
  font-weight:900 !important;
}
body.home-text-logo .hero{
  margin-top:0 !important;
}
@media(max-width:980px){
  body.home-text-logo .home-text-logo-wrap{
    width:205px !important;
    min-width:205px !important;
    max-width:205px !important;
    flex-basis:205px !important;
  }
  body.home-text-logo .ea-text-logo span{
    font-size:28px !important;
  }
  body.home-text-logo .ea-text-logo small{
    font-size:10px !important;
  }
}
@media(max-width:860px){
  body.home-text-logo .site-header,
  body.home-text-logo .nav{
    height:82px !important;
    max-height:82px !important;
  }
  body.home-text-logo .home-text-logo-wrap{
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
    height:82px !important;
    max-height:82px !important;
    flex-basis:180px !important;
  }
  body.home-text-logo .ea-text-logo span{
    font-size:24px !important;
  }
  body.home-text-logo .ea-text-logo small{
    font-size:8px !important;
  }
}


/* V12: physical small homepage header logo fix */
body.home-header-fixed .site-header{
  height:88px !important;
  max-height:88px !important;
  overflow:hidden !important;
  background:#07090d !important;
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
}
body.home-header-fixed .nav{
  height:88px !important;
  max-height:88px !important;
  overflow:hidden !important;
}
body.home-header-fixed .home-logo-fixed{
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  height:88px !important;
  max-height:88px !important;
  flex:0 0 260px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
  padding:0 !important;
  margin:0 !important;
}
body.home-header-fixed .home-logo-fixed img{
  width:220px !important;
  height:auto !important;
  max-width:220px !important;
  max-height:70px !important;
  min-width:0 !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  position:static !important;
  display:block !important;
}
body.home-header-fixed .logo-wrap:not(.home-logo-fixed) img{
  display:none !important;
}
@media(max-width:980px){
  body.home-header-fixed .home-logo-fixed{
    width:220px !important;
    min-width:220px !important;
    max-width:220px !important;
    flex-basis:220px !important;
  }
  body.home-header-fixed .home-logo-fixed img{
    width:190px !important;
    max-width:190px !important;
    max-height:62px !important;
  }
}
@media(max-width:860px){
  body.home-header-fixed .site-header,
  body.home-header-fixed .nav{
    height:82px !important;
    max-height:82px !important;
  }
  body.home-header-fixed .home-logo-fixed{
    width:190px !important;
    min-width:190px !important;
    max-width:190px !important;
    height:82px !important;
    max-height:82px !important;
    flex-basis:190px !important;
  }
  body.home-header-fixed .home-logo-fixed img{
    width:170px !important;
    max-width:170px !important;
    max-height:58px !important;
  }
}
