/*
Theme Name: Грузоперевозки Минск
Author: ChatGPT
Description: Полноценная тема WordPress для грузоперевозок в Минске.
Version: 2.0
*/

:root{
  --brand:#0f172a;
  --accent:#2563eb;
  --muted:#475569;
  --bg:#f8fafc;
}
body{font-family:Arial, sans-serif; margin:0; color:var(--brand);}
.site-header{border-bottom:1px solid #e6eef6; background:#fff;}
.site-wrap{max-width:980px; margin:auto; padding:0 20px;}
.topbar{display:flex; justify-content:space-between; align-items:center; padding:18px 0;}
.nav a{margin-right:18px; text-decoration:none; color:var(--brand);}
.hero{background:var(--bg); padding:64px 0; display:flex; gap:24px; align-items:center;}
.hero img{max-width:100%; border-radius:8px;}
.section{padding:48px 0;}
.services{display:flex; gap:20px; flex-wrap:wrap;}
.card{padding:20px; background:white; border-radius:10px; box-shadow:0 2px 10px rgba(0,0,0,0.05); flex:1; min-width:240px;}
.site-footer{background:#0f172a; color:white; text-align:center; padding:20px;}
