/*
Theme Name:     Astra Physio Bulle Child
Theme URI:      https://example.com/
Description:    Child theme for Astra - Physio Bulle (demo)
Author:         Generated by ChatGPT
Author URI:     https://openai.com
Template:       astra
Version:        1.0.0
Text Domain:    astra-physio-child
*/

/* --- Custom styles --- */
body { font-family: 'Lato', sans-serif; color: #333; background-color: #ffffff; }
.header-cta { background: #3BB273; color: white; padding: 10px 18px; border-radius: 6px; text-decoration: none; }
.site-branding img { max-height: 60px; }
.site-container { max-width: 1080px; margin: 0 auto; padding: 30px; }
.hero { display:flex; gap:30px; align-items:center; padding:40px 0; }
.hero .hero-text { flex:1; }
.hero .hero-img { flex:1; }
.service-grid { display:grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap:18px; margin-top:18px; }
.card { padding:18px; border:1px solid #eee; border-radius:10px; background:#fff; }
/* Footer */
.site-footer { background:#f7f7f7; padding:24px; margin-top:40px; text-align:center; }
