#sophrosyne-hub { max-width:900px; margin:2rem auto; font-family:Arial,sans-serif; }
#sophrosyne-hub h2 { text-align:center; color:#002147; margin-bottom:1rem; }

#countdown { display:flex; justify-content:center; gap:.5rem; font-size:2rem; }
#countdown span { background:#d63384; padding:.5rem 1rem; border-radius:4px; color:#fff; }

.match-card { display:flex; justify-content:space-between; padding:.75rem; border-bottom:1px solid #e0e0e0; }
.match-card time { flex:1; color:#6c757d; font-size:.9rem; }
.teams { flex:2; display:flex; justify-content:center; gap:1rem; font-weight:bold; color:#d63384; }
.team, .score { width:30%; text-align:center; }

#wc-poster { display:block; max-width:100%; margin:1rem auto; border:3px solid #002147; border-radius:6px; }

#booking-wizard form { display:grid; gap:1rem; padding:1rem; background:#f8f9fa; border-radius:8px; }
#booking-wizard label { font-weight:bold; }
#booking-wizard input, .cta-button { padding:.75rem; border:1px solid #ccc; border-radius:4px; font-size:1rem; }
.cta-button { background:#d63384; color:#fff; border:none; cursor:pointer; }

#price-info { text-align:center; margin-top:1rem; }
.disclaimer { font-size:0.9rem; color:#6c757d; }
