/*
Theme Name: CzechExpatHome Custom
Theme URI: https://www.czechexpathome.com
Author: Ing. Coovi Armand Agassounon
Description: Custom theme for CzechExpatHome - AI-powered platform
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
License: GNU General Public License v2 or later
Text Domain: czechexpathome
*/
:root {
    --navy: #0a192f; --navy-light: #112240; --gold: #c8a951;
    --gold-light: #e6c973; --forest: #2d6a4f;
    --text-primary: #e6f0ff; --text-secondary: #b0c4de; --text-muted: #8892a4;
    --bg-primary: #0a192f; --bg-alt: #112240; --bg-card: #172a45;
    --border: #233554;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --font-accent: 'Poppins', sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--text-primary);
    background-color: var(--bg-primary); line-height: 1.7; }
.wp-content { max-width: 1200px; margin: 0 auto; padding: 2rem; }
.site-header { background: var(--navy); padding: 1rem 2rem; border-bottom: 2px solid var(--gold); }
.logo { color: var(--gold); text-decoration: none; font-size: 1.5rem; }
.site-footer { background: var(--navy-light); padding: 2rem; text-align: center; color: var(--text-secondary); }
.topbar { background: #0d1f33; padding: 0.5rem 2rem; font-size: 0.85rem; }
.topbar a { color: var(--gold); }
.main-nav { display: flex; gap: 1rem; }
.main-nav a { color: #fff; text-decoration: none; }
.main-nav a:hover { color: var(--gold); }
.hero { text-align: center; padding: 6rem 1rem; }
.hero h1 { font-size: 3rem; color: var(--gold); }
.hero p { font-size: 1.3rem; margin: 1rem 0; }
.btn { display: inline-block; padding: 0.8rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; }
.btn-primary { background: var(--gold); color: #000; }
.btn-secondary { background: var(--forest); color: #fff; }
.entry-title { color: var(--gold); }
.entry-content { font-size: 1.1rem; line-height: 1.8; }
