/*
Theme Name: Car Recovery Swansea
Theme URI: https://car-recovery-near-me.com
Author: Moore Than Recovery
Author URI: https://moorethanrecovery.co.uk
Description: Lead generation theme for vehicle recovery services in Swansea and South Wales. Includes hero, services, CTA banner, Contact Form 7 support, Gutenberg block patterns, and demo content.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: car-recovery-swansea
Tags: responsive, vehicle recovery, lead generation, contact form 7
*/

:root{
  --brand:#ff6a00;
  --dark:#0b1726;
  --muted:#6b7280;
  --bg:#ffffff;
  --max-width:1200px;
  --radius:12px;
  --gap:18px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;color:var(--dark);background:var(--bg);line-height:1.55}
a{color:var(--brand);text-decoration:none}
.header{background:linear-gradient(90deg,var(--dark), #0f2940);color:#fff;padding:18px 20px;position:sticky;top:0;z-index:999}
.header .wrap{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.site-title{font-weight:700;font-size:20px}
.header .cta{background:var(--brand);color:#fff;padding:10px 14px;border-radius:8px;font-weight:600;box-shadow:0 6px 18px rgba(11,23,38,0.18)}
.hero{background:linear-gradient(180deg, rgba(11,23,38,0.06), rgba(255,255,255,0));padding:56px 20px}
.hero .wrap{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:center}
.hero h1{font-size:34px;margin:0 0 10px}
.hero p{color:var(--muted);margin:0 0 18px}
.card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 6px 24px rgba(11,23,38,0.06)}
.form .field{display:flex;flex-direction:column;margin-bottom:10px}
.form input,.form textarea,.form select{padding:10px;border-radius:8px;border:1px solid #e6e9ef}
.services{max-width:var(--max-width);margin:28px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 20px}
.services .service{background:#fff;border-radius:12px;padding:18px;box-shadow:0 6px 18px rgba(11,23,38,0.04)}
.footer{background:#0b1726;color:#fff;padding:28px 20px;margin-top:38px}
.wrap{padding:0 10px}
.container{max-width:var(--max-width);margin:0 auto}
.meta{color:var(--muted);font-size:14px}
.cta-big{display:inline-block;background:var(--brand);color:#fff;padding:12px 18px;border-radius:10px;font-weight:700}
@media(max-width:900px){
  .hero .wrap{grid-template-columns:1fr;gap:18px}
  .services{grid-template-columns:1fr; }
  .hero .wrap  .card{order:2}
}
