/*
Theme Name: AutoServe Burger Menu
Author: Auto Serve Bodyworks Ltd
Description: SEO-ready Auto Serve Bodyworks theme with a mobile burger menu.
Version: 1.0
License: GPL
*/

:root{--navy:#071034;--red:#dc2626;--muted:#6b7280;--light:#f5f7fb;--green:#25D366;--border:#e5e7eb}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:#111827;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,90%);margin:auto}

.topbar{background:#030712;color:#fff;font-size:14px;padding:9px 0}
.topbar .container{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}

.header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.logo img{height:72px;width:auto}
.nav{display:flex;gap:20px;font-weight:800;color:var(--navy)}
.nav a:hover{color:var(--red)}
.header-btn{background:var(--red);color:#fff;padding:12px 18px;border-radius:999px;font-weight:900}

.burger{display:none;width:46px;height:46px;border:1px solid var(--border);background:#fff;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.burger span{width:24px;height:3px;background:var(--navy);border-radius:999px;transition:.25s ease}
.burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

.mobile-menu{display:none;background:#fff;border-top:1px solid var(--border);box-shadow:0 18px 34px rgba(7,16,52,.10)}
.mobile-menu.open{display:block}
.mobile-menu .container{display:grid;padding:8px 0 14px}
.mobile-menu a{padding:15px 4px;border-bottom:1px solid #eef0f4;font-weight:900;color:var(--navy)}
.mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.mobile-actions a{border-bottom:0;text-align:center;border-radius:10px;padding:14px 12px;color:#fff}
.mobile-actions .call{background:var(--red)}
.mobile-actions .wa{background:var(--green)}

.hero{background:linear-gradient(90deg,rgba(7,16,52,.95),rgba(7,16,52,.78),rgba(7,16,52,.42)),url('assets/workshop.jpg');background-size:cover;background-position:center;color:#fff}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center;padding:90px 0}
.badge{display:inline-block;background:var(--red);padding:8px 14px;border-radius:999px;font-weight:900;margin-bottom:18px}
.hero h1{font-size:clamp(40px,6vw,72px);line-height:1.04;margin-bottom:20px}
.hero p{font-size:20px;color:#e5e7eb;max-width:720px;margin-bottom:26px}
.buttons{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;padding:15px 22px;border-radius:10px;font-weight:900;text-align:center}
.btn-red{background:var(--red);color:#fff}
.btn-white{background:#fff;color:var(--navy)}
.btn-green{background:var(--green);color:#fff}

.hero-card{background:#fff;color:#111827;border-radius:22px;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.hero-card h2{color:var(--navy);font-size:28px;margin-bottom:10px}
.hero-card p{color:var(--muted);font-size:15px;margin-bottom:15px}
.form-fallback{background:#f3f4f6;border:1px dashed #cbd5e1;color:#374151;padding:16px;border-radius:12px;font-size:14px}
.wpcf7 form{display:grid;gap:12px}
.wpcf7 input,.wpcf7 textarea,.wpcf7 select{width:100%;padding:14px;border:1px solid #d1d5db;border-radius:9px;font-size:15px}
.wpcf7 input[type=submit]{background:var(--red);color:#fff;font-weight:900;border:0}

.section{padding:80px 0}
.light{background:var(--light)}
.title{text-align:center;max-width:850px;margin:0 auto 42px}
.title small{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.title h2{font-size:clamp(32px,4vw,48px);color:var(--navy);line-height:1.08;margin:8px 0 12px}
.title p{font-size:18px;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px;box-shadow:0 12px 30px rgba(7,16,52,.06)}
.card h3{color:var(--navy);font-size:22px;margin-bottom:10px}
.card p{color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.split img{width:100%;height:500px;object-fit:cover;border-radius:22px;box-shadow:0 20px 50px rgba(7,16,52,.16)}
.split h2{font-size:clamp(32px,4vw,48px);color:var(--navy);line-height:1.08;margin-bottom:18px}
.split p{color:#4b5563;font-size:17px;margin-bottom:15px}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.check{background:#fff;border-left:4px solid var(--red);padding:13px;border-radius:9px;font-weight:900;color:var(--navy)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px}
.num{width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}
.step h3{color:var(--navy);margin-bottom:8px}
.step p{color:var(--muted);font-size:15px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-item{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(7,16,52,.06)}
.gallery-item img{width:100%;height:280px;object-fit:cover}
.gallery-item div{padding:18px}
.gallery-item h3{color:var(--navy);margin-bottom:8px}
.gallery-item p{color:var(--muted);font-size:15px}
.trustbox{background:#fff;border:1px solid var(--border);border-radius:22px;padding:28px;display:grid;grid-template-columns:.35fr .65fr;gap:28px;align-items:center;box-shadow:0 14px 34px rgba(7,16,52,.08)}
.trustbox img{max-height:180px;margin:auto}
.trustbox h2{color:var(--navy);font-size:36px;line-height:1.1;margin-bottom:10px}
.trustbox p{color:var(--muted);font-size:17px}
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.area-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 10px 24px rgba(7,16,52,.05)}
.area-card h3{color:var(--navy);font-size:21px;margin-bottom:10px}
.area-card p{color:var(--muted);font-size:15px}
.seo-text{max-width:920px;margin:35px auto 0;color:#4b5563;font-size:16px;text-align:center}
.cta{background:linear-gradient(135deg,var(--red),#991b1b);color:#fff;text-align:center;padding:70px 0}
.cta h2{font-size:clamp(32px,5vw,50px);margin-bottom:12px}
.cta p{font-size:19px;color:#ffe4e4;margin-bottom:22px}
.contact{background:var(--navy);color:#fff}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}
.contact-panel{background:rgba(255,255,255,.08);border-radius:22px;padding:32px}
.contact-panel h2{font-size:34px;margin-bottom:12px}
.contact-panel p,.contact-panel li{color:#dbe4ff}
.contact-panel ul{list-style:none;margin-top:20px}
.contact-panel li{margin-bottom:12px}
.map{min-height:400px;border-radius:20px;overflow:hidden}
.map iframe{width:100%;height:100%;border:0}
.footer{background:#030712;color:#9ca3af;text-align:center;padding:24px}
.whatsapp{position:fixed;right:18px;bottom:18px;background:var(--green);color:#fff;padding:14px 18px;border-radius:999px;font-weight:900;z-index:200;box-shadow:0 14px 34px rgba(0,0,0,.25)}
.mobile-call{display:none}

@media(max-width:980px){
  .nav,.header-btn{display:none}
  .burger{display:flex}
  .hero-grid,.split,.trustbox,.contact-grid{grid-template-columns:1fr}
  .grid,.steps,.gallery,.area-grid{grid-template-columns:1fr 1fr}
}
@media(min-width:981px){.mobile-menu{display:none !important}}
@media(max-width:640px){
  .topbar .container{text-align:center;justify-content:center}
  .logo img{height:58px}
  .hero-grid{padding:58px 0}
  .grid,.steps,.checks,.gallery,.area-grid{grid-template-columns:1fr}
  .section{padding:60px 0}
  .mobile-actions{grid-template-columns:1fr}
  .whatsapp{left:14px;right:14px;text-align:center}
  .mobile-call{display:block;position:fixed;left:14px;right:14px;bottom:76px;background:var(--red);color:#fff;text-align:center;padding:14px;border-radius:999px;font-weight:900;z-index:199}
}
