/*
Theme Name: Evden Eve Nakliyat - Hızlı SEO Tema
Theme URI: https://example.com/
Author: ChatGPT
Author URI: https://openai.com/
Description: Hafif, hızlı ve SEO dostu WordPress tema. Evden eve nakliyat şirketleri için hazır. Schema.org LocalBusiness, temiz HTML5, responsive.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: evden-eve-nakliyat
*/
:root{
  --max-width:1100px;
  --accent:#0b74de;
  --muted:#666;
  --bg:#fff;
  --radius:12px;
  --container-padding:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;
  margin:0;
  color:#222;
  background:#f7f7f7;
  line-height:1.5;
}
a{color:var(--accent);text-decoration:none}
.container{max-width:var(--max-width);margin:28px auto;padding:0 var(--container-padding)}
.site-header{background:var(--bg);border-radius:var(--radius);padding:18px;box-shadow:0 6px 18px rgba(20,20,20,0.04);display:flex;align-items:center;justify-content:space-between}
.site-title{font-weight:700;font-size:1.2rem}
.site-description{color:var(--muted);font-size:0.95rem}
.site-nav a{margin-left:14px;font-weight:600}
.hero{background:linear-gradient(180deg,rgba(11,116,222,0.08),transparent);padding:28px;border-radius:12px;margin-top:18px}
.grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:18px}
.card{background:var(--bg);padding:18px;border-radius:10px;box-shadow:0 6px 18px rgba(20,20,20,0.03)}
.service-list{display:flex;flex-wrap:wrap;gap:12px}
.service{flex:1 1 200px;background:#fff;padding:12px;border-radius:8px}
.entry-title{font-size:1.2rem;margin:0 0 8px}
.meta{color:var(--muted);font-size:0.9rem;margin-bottom:10px}
.footer{margin-top:24px;text-align:center;color:var(--muted);font-size:0.9rem;padding:18px}
@media(min-width:760px){
  .grid{grid-template-columns:2fr 1fr}
}
`