.service-hero{background:linear-gradient(135deg,#0a0a0a 0%,#0a1a0a 50%,#0a160a 100%);padding:120px 0 80px;position:relative;overflow:hidden} .service-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(239,68,68,.12) 0%,transparent 60%)} .breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:.85rem;color:rgba(255,255,255,.5)} .breadcrumb a{color:rgba(255,255,255,.5);text-decoration:none}.breadcrumb a:hover{color:var(--primary)}.breadcrumb .sep{color:rgba(255,255,255,.3)} .service-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);color:var(--primary);padding:6px 16px;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px} .service-hero h1{font-family:'Poppins',sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2} .service-hero p{font-size:1.1rem;color:rgba(255,255,255,.7);max-width:580px;line-height:1.7;margin-bottom:32px} .hero-cta-group{display:flex;gap:16px;flex-wrap:wrap} .stat-bar{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px} .stat-pill{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:10px 20px;display:flex;align-items:center;gap:10px} .stat-pill .num{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:800;color:var(--primary)} .stat-pill .lbl{font-size:.8rem;color:rgba(255,255,255,.6)} .content-section{padding:80px 0}.content-section.alt{background:#0d0d0d} .section-tag{display:inline-block;background:rgba(239,68,68,.1);color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:12px} .section-title{font-family:'Poppins',sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#fff;margin-bottom:16px} .section-subtitle{color:rgba(255,255,255,.6);font-size:1.05rem;line-height:1.7;max-width:640px} .maintenance-table{width:100%;border-collapse:collapse;margin-top:40px} .maintenance-table th{background:rgba(239,68,68,.1);color:var(--primary);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:14px 20px;text-align:left;border-bottom:1px solid rgba(239,68,68,.2)} .maintenance-table td{padding:14px 20px;border-bottom:1px solid #1a1a1a;color:rgba(255,255,255,.75);font-size:.95rem} .maintenance-table tr:hover td{background:rgba(239,68,68,.03)} .maintenance-table td:first-child{font-weight:600;color:#fff} .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:48px} .service-card{background:#111;border:1px solid #222;border-radius:16px;padding:28px;transition:all .3s} .service-card:hover{border-color:rgba(239,68,68,.4);transform:translateY(-4px)} .service-card .icon{width:52px;height:52px;background:rgba(239,68,68,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--primary);margin-bottom:16px} .service-card h3{font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:10px} .service-card p{color:rgba(255,255,255,.6);font-size:.9rem;line-height:1.6} .value-calc{background:linear-gradient(135deg,rgba(239,68,68,.12),rgba(239,68,68,.04));border:1px solid rgba(239,68,68,.2);border-radius:20px;padding:40px;margin-top:48px} .value-calc h3{font-family:'Poppins',sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:20px} .calc-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)} .calc-row:last-of-type{border-bottom:none} .calc-row .item{color:rgba(255,255,255,.75);font-size:.95rem} .calc-row .amount{font-family:'Poppins',sans-serif;font-weight:700;color:#fff} .calc-row.total .item{font-weight:700;color:#fff;font-size:1rem} .calc-row.total .amount{color:var(--primary);font-size:1.2rem} .cta-band{background:linear-gradient(135deg,#1a0a0a 0%,#2d1515 50%,#1a0a0a 100%);border:1px solid rgba(239,68,68,.2);border-radius:24px;padding:60px 48px;text-align:center;margin:60px 0} .cta-band h2{font-family:'Poppins',sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;margin-bottom:16px} .cta-band p{color:rgba(255,255,255,.65);max-width:500px;margin:0 auto 32px;line-height:1.7} .cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap} .faqs{margin-top:48px;display:flex;flex-direction:column;gap:16px} .faq-item{background:#111;border:1px solid #222;border-radius:14px;overflow:hidden} .faq-q{padding:20px 24px;font-weight:600;color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center} .faq-q:hover{background:rgba(239,68,68,.05)}.faq-q i{color:var(--primary);transition:transform .3s}.faq-q.open i{transform:rotate(180deg)} .faq-a{padding:0 24px;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;color:rgba(255,255,255,.65);font-size:.95rem;line-height:1.7} .faq-a.open{max-height:300px;padding:0 24px 20px} .related-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:32px} .related-card{background:#111;border:1px solid #222;border-radius:12px;padding:20px;text-align:center;text-decoration:none;color:#fff;transition:all .3s} .related-card:hover{border-color:rgba(239,68,68,.4);background:rgba(239,68,68,.05)} .related-card i{font-size:1.8rem;color:var(--primary);margin-bottom:10px;display:block} .related-card span{font-size:.9rem;font-weight:600} @media(max-width:768px){.service-hero{padding:100px 0 60px}.cta-band{padding:40px 24px}.maintenance-table{font-size:.85rem}}
Regular maintenance is the single best investment you can make in your vehicle. We follow manufacturer schedules to keep your car running reliably for 200,000 miles and beyond.
Use this as a general guide. We'll check your specific vehicle's service manual and let you know exactly what's due.
| Every X Miles | Service | Why It Matters |
|---|---|---|
| 3,000–5,000 mi | Oil Change + Filter | Keeps engine lubricated, prevents wear and sludge buildup |
| 5,000–7,500 mi | Tire Rotation | Evens out tire wear, extends tire life by 20,000+ miles |
| 12,000–15,000 mi | Cabin Air Filter | Clean air in the cabin, protects HVAC blower motor |
| 15,000–30,000 mi | Engine Air Filter | Maintains fuel efficiency and protects the engine |
| 30,000 mi | Fuel Filter (some models) | Prevents fuel system contamination and engine hesitation |
| 30,000–45,000 mi | Spark Plugs (standard) | Maintains fuel economy and smooth engine operation |
| 30,000–60,000 mi | Transmission Fluid | Prevents costly transmission wear and overheating |
| 30,000–60,000 mi | Coolant Flush | Prevents corrosion and overheating damage |
| 50,000–100,000 mi | Spark Plugs (iridium) | Long-life plugs — replacement maintains peak performance |
| 60,000–100,000 mi | Timing Belt (if equipped) | Critical — failure can cause catastrophic engine damage |
| 60,000 mi | Brake Fluid Flush | Absorbs moisture over time; reduces braking effectiveness |
| As needed | Battery Test | Batteries typically last 3–5 years; test before they fail |
Conventional, synthetic blend, or full synthetic. Includes free tire pressure check, fluid top-off, and multi-point inspection. $10 OFF when booked online.
Included FREE with our Red Carpet Oil Service. We rotate using the correct pattern for your drivetrain and check tread depth.
Engine and cabin air filters cleaned or replaced. A clogged engine filter reduces fuel economy; a dirty cabin filter affects air quality.
Brake fluid, transmission fluid, coolant, power steering fluid, differential fluid. We flush and replace fluids to spec.
Worn spark plugs cause rough idle, poor fuel economy, and hard starts. We replace plugs to factory spec and gap them correctly.
Timing belts, serpentine belts, and coolant hoses are critical failure points. We inspect and replace before they leave you stranded.
Our complimentary inspection checks brakes, tires, fluids, lights, and 25+ points — included with every service visit.
Battery load testing, terminal cleaning, and replacement if needed. We test your charging system too — not just the battery itself.
The math is simple. Regular maintenance costs a few hundred per year. Neglect costs thousands. We help you stay on schedule so your car stays reliable.
We'll tell you exactly what your vehicle needs based on your mileage and service history. Book a maintenance check-up and get a clear plan — no upselling, no pressure.