/*
Theme Name: ConsultTrain Pro
Author: Gemini
Description: Professional UI for Training and Consulting
Version: 1.0
*/

body { font-family: 'Inter', sans-serif; background: #f0f2f5; margin: 0; }
.header { background: #1c355e; color: white; padding: 60px 20px; text-align: center; }
.btn-primary { background: #ffffff; color: #1c355e; padding: 12px 24px; border-radius: 30px; text-decoration: none; font-weight: bold; }
.container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; padding: 40px; max-width: 1200px; margin: auto; }
.card { background: white; border-radius: 15px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.stat-circle { width: 80px; height: 80px; border: 6px solid #1c355e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin: 10px auto; }