/*
Theme Name: Zeda Law Firm Child
Theme URI: https://zeda.help
Description: Child theme of Astra for Zeda Law Firm (泽大律师事务所)
Template: astra
Version: 1.0.0
Author: Zeda Law Firm
*/

:root {
  --zeda-blue: #1a5fb4;
  --zeda-blue-dark: #0f3d7a;
  --zeda-text: #1f2937;
  --zeda-muted: #6b7280;
}
.zeda-hero { background: linear-gradient(135deg, var(--zeda-blue-dark) 0%, var(--zeda-blue) 100%); color:#fff; padding:96px 24px; text-align:center; }
.zeda-hero h1 { color:#fff; font-size:2.6rem; margin-bottom:16px; }
.zeda-hero p { font-size:1.15rem; opacity:.95; max-width:720px; margin:0 auto 28px; }
.zeda-section { padding:64px 24px; }
.zeda-section--alt { background:#f8fafc; }
.zeda-section h2 { color:var(--zeda-blue-dark); font-size:1.9rem; margin-bottom:12px; text-align:center; }
.zeda-section .zeda-lead { text-align:center; color:var(--zeda-muted); max-width:720px; margin:0 auto 40px; }
.zeda-cards { display:grid; grid-template-columns:repeat(auto-fit, minmax(240px,1fr)); gap:24px; max-width:1140px; margin:0 auto; }
.zeda-card { background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:28px 24px; transition:.2s; }
.zeda-card:hover { box-shadow:0 8px 24px rgba(15,61,122,.12); border-color:var(--zeda-blue); }
.zeda-card h3 { color:var(--zeda-blue-dark); margin-bottom:8px; }
.zeda-card p { color:var(--zeda-muted); font-size:.96rem; }
.zeda-lawyer { text-align:center; }
.zeda-lawyer img { width:120px; height:120px; border-radius:50%; object-fit:cover; margin-bottom:14px; }
.zeda-lawyer h3 { margin-bottom:2px; }
.zeda-lawyer .title { color:var(--zeda-blue); font-size:.92rem; margin-bottom:10px; }
.zeda-cta { background:var(--zeda-blue-dark); color:#fff; padding:48px 24px; text-align:center; }
.zeda-cta h2 { color:#fff; }
.zeda-btn { display:inline-block; background:var(--zeda-blue); color:#fff; padding:12px 28px; border-radius:6px; text-decoration:none; font-weight:600; margin-top:18px; }
.zeda-btn:hover { background:var(--zeda-blue-dark); color:#fff; }
.zeda-contact-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); gap:24px; max-width:960px; margin:0 auto; }
.zeda-contact-item { text-align:center; }
.zeda-contact-item h4 { color:var(--zeda-blue-dark); margin-bottom:6px; }
.entry-content { color:var(--zeda-text); line-height:1.75; }
