body {
    font-family: 'Ubuntu', sans-serif;
}

.hero-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(66, 154, 224, 0.3)), url(/assets/cover2.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
    font-family: Rajdhani ', sans-serif;
}

.posilovna-pozadi {
    background-image: url(/assets/posilovna.jpg);
    background-size: cover;
    background-position: center;
}

.osobní-lekce-fotka {
    background: url(/assets/osobni_trenink.jpg);
    background-size: cover;
    background-position: center;
}

.osobni-trenink-fotka {
    background: url(/assets/osobni_coaching.jpg);
    background-size: cover;
    background-position: center;
}

.online-spoluprace-fotka {
    background: url(/assets/online_trenink.jpg);
    background-size: cover;
    background-position: center;
}

.trener-do-domu-fotka {
    background: url(/assets/trener_do_domu.jpg);
    background-size: cover;
    background-position: center;
}

.jidelni-plan-fotka {
    background: url(/assets/jidelni_plan.jpg);
    background-size: cover;
    background-position: center;
}

.treninkovy-plan-fotka {
    background: url(/assets/treninkovy_plan.jpg);
    background-size: cover;
    background-position: center;
}

/* Anti-spam honeypot fields - ensure they are hidden */
input[name="username"],
input[name="user_email"],
input[name="website"],
input[name="url"] {
    position: absolute \!important;
    left: -9999px \!important;
    width: 0 \!important;
    height: 0 \!important;
    opacity: 0 \!important;
    pointer-events: none \!important;
}
