
/*
Theme Name: Jiffy Roadside Louisville
Theme URI: https://jiffyroadsideassistance.com/
Author: Jiffy Roadside Assistance
Description: Louisville conversion of the Jiffy Roadside Assistance black/green/orange roadside theme.
Version: 1.0.0
Text Domain: jiffy-louisville
*/
:root{
  --black:#050706; --panel:#0b0d0c; --green:#42d66a; --green2:#167536;
  --orange:#ff5a1f; --orange2:#ef2b14; --white:#fff; --muted:#c9ceca;
  --border:#27312b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{text-decoration:none;color:inherit}
.site-shell{max-width:1380px;margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:#050706;border-bottom:1px solid #163d25}
.nav{min-height:106px;display:flex;align-items:center;justify-content:space-between;padding:16px 28px}
.brand img{display:block;max-width:335px;width:75%;height:auto;border-radius:2px}
.menu-toggle{width:62px;height:62px;border:1.5px solid #1f9b43;border-radius:14px;background:#080b09;color:#fff;font-size:36px;line-height:1;cursor:pointer}
.desktop-links{display:flex;gap:30px;align-items:center;font-weight:800}
.desktop-links a:hover{color:var(--green)}
.call-mini{color:#ffd23a;font-size:20px}
.mobile-menu{display:none;padding:0 28px 24px;background:#050706}
.mobile-menu.open{display:grid;gap:14px}
.mobile-menu a{padding:12px 0;border-bottom:1px solid #1a241d;font-weight:800}

.hero{position:relative;overflow:hidden;min-height:790px;border-bottom:1px solid #263029;background:#050706}
.hero-bg{position:absolute;inset:0 0 0 43%;background-image:linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.03)),url('assets/hero-louisville.jpg');background-size:cover;background-position:center}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050706 0%,#050706 38%,rgba(5,7,6,.80) 52%,rgba(5,7,6,.05) 76%)}
.hero-inner{position:relative;z-index:2;padding:72px 40px 42px;max-width:750px}
.kicker{display:flex;align-items:center;gap:16px;color:var(--green);font-size:22px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.kicker:before{content:"";width:56px;height:4px;background:var(--green);border-radius:2px}
h1{font-size:86px;line-height:.95;margin:28px 0 14px;font-weight:1000;letter-spacing:-3px}
.hero h2{font-size:56px;line-height:1.02;margin:0;color:var(--orange);font-weight:1000;max-width:600px}
.hero-copy{font-size:24px;font-weight:800;max-width:650px;margin:30px 0}
.hero-copy strong{color:var(--green)}
.cta-row{display:flex;gap:18px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:70px;padding:16px 30px;border-radius:12px;font-size:22px;font-weight:1000}
.btn-call{background:linear-gradient(90deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 0 24px rgba(255,74,21,.12)}
.btn-quote{border:2px solid var(--green);background:#050706;color:#fff}
.benefits{display:grid;gap:15px;margin-top:30px;font-size:20px;font-weight:900}
.benefit:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;margin-right:12px;border-radius:50%;background:var(--green);color:#08120a;font-size:16px}
.hero .second-call{margin-top:28px}

.section{padding:58px 36px;border-bottom:1px solid var(--border)}
.intro{text-align:center;max-width:1000px;margin:auto}
.section h3{font-size:36px;line-height:1.1;margin:0 0 18px;font-weight:1000;text-transform:uppercase}
.green{color:var(--green)} .orange{color:var(--orange)}
.intro p{font-size:19px;color:#eef0ee}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:42px}
.stat{display:flex;align-items:center;justify-content:center;gap:12px;font-weight:900}
.stat-icon{width:52px;height:52px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:23px}

.services-title{text-align:center}
.services{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:30px}
.card{border:1px solid #2f3933;background:#070908;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.card img{width:100%;aspect-ratio:1.08/1;object-fit:cover}
.card-body{padding:18px 14px;display:flex;flex-direction:column;flex:1;text-align:center}
.card h4{font-size:18px;margin:0 0 10px;text-transform:uppercase}
.card p{font-size:14px;color:#e3e7e4;min-height:86px}
.card-actions{margin-top:auto;display:grid;gap:10px}
.small-btn{padding:11px 8px;border-radius:6px;font-size:12px;font-weight:1000;text-transform:uppercase}
.small-btn.green-border{border:1.5px solid var(--green);color:#9df3ae}
.small-btn.orange-border{border:1.5px solid var(--orange);color:#ff8a49}
.payments{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px;margin-top:30px}
.panel{border:1px solid #2a332e;border-radius:12px;background:#080a09;padding:28px}
.panel h4{margin-top:0;font-size:24px}
.panel ul{padding-left:20px;color:#e9ecea}
.big-number{font-size:35px;color:#fff;font-weight:1000;display:block;margin-top:16px}
.area-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:28px}
.area-list{columns:2;column-gap:40px;padding-left:20px}
.area-list li{margin:10px 0}
.footer{padding:42px 36px 28px;background:#030403}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}
.footer img{max-width:280px}
.footer h5{font-size:18px;color:var(--green);margin:0 0 12px}
.footer a{display:block;margin:6px 0;color:#e7ebe8}
.copyright{margin-top:28px;padding-top:18px;border-top:1px solid #202622;color:#aab2ac;font-size:14px}

@media(max-width:980px){
  .desktop-links{display:none}
  .hero{min-height:1160px}
  .hero-bg{inset:0;background-position:68% center}
  .hero:before{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 45%,rgba(0,0,0,.20) 100%),linear-gradient(0deg,#050706 0%,rgba(5,7,6,.1) 50%)}
  .hero-inner{padding:65px 30px 44px;max-width:710px}
  .services{grid-template-columns:repeat(3,1fr)}
  .stat-row{grid-template-columns:repeat(2,1fr)}
  .payments,.area-grid,.footer-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .nav{min-height:112px;padding:15px 22px}
  .brand img{width:290px;max-width:72vw}
  .menu-toggle{width:58px;height:58px}
  .hero{min-height:1130px}
  .hero-bg{inset:0;background-position:68% 20%}
  .hero:before{background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.88) 44%,rgba(0,0,0,.22) 100%),linear-gradient(0deg,#050706 1%,rgba(0,0,0,.08) 45%)}
  .hero-inner{padding:58px 22px 38px}
  .kicker{font-size:17px;letter-spacing:1.8px}
  h1{font-size:62px;margin-top:24px}
  .hero h2{font-size:43px;max-width:430px}
  .hero-copy{font-size:20px;max-width:520px}
  .cta-row{display:grid}
  .btn{width:100%;font-size:19px;min-height:66px}
  .benefits{font-size:17px;margin-top:32px}
  .section{padding:46px 22px}
  .section h3{font-size:30px}
  .intro p{font-size:17px}
  .stat-row{grid-template-columns:1fr 1fr;gap:18px 10px}
  .stat{font-size:14px;justify-content:flex-start}
  .stat-icon{width:42px;height:42px}
  .services{grid-template-columns:repeat(2,1fr);gap:10px}
  .card h4{font-size:15px}
  .card p{font-size:12.5px;min-height:100px}
  .area-list{columns:1}
  .big-number{font-size:30px}
}
