/*
Theme Name: FitCoach FRL One Page Fixed
Theme URI: https://fitcoach-frl.nl
Author: 12THRIVE
Description: Een bewerkbaar one page WordPress block theme voor personal training, trainingsschema's en Gumroad guides.
Version: 1.0.4
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: fitcoach-frl-fixed
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
.wp-site-blocks { overflow-x: hidden; }
a { text-underline-offset: 0.18em; }

.fitcoach-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.fitcoach-card {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
}

.fitcoach-pricing-card {
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
}

.fitcoach-small { font-size: .92rem; }
.fitcoach-sticky-cta { position: sticky; top: 0; z-index: 10; }

@media (max-width: 782px) {
  .fitcoach-hero { min-height: auto; padding-top: 48px; padding-bottom: 48px; }
  .fitcoach-mobile-center { text-align: center; }
}

.fitcoach-contact-form h3 { margin-top: 0; }
.fitcoach-contact-form .form-field { margin-bottom: 16px; }
.fitcoach-contact-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.fitcoach-contact-form input,
.fitcoach-contact-form textarea,
.fitcoach-contact-form select {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid rgba(15,23,42,.18);
  border-radius: 12px;
  font: inherit;
  background: #fff;
}
.fitcoach-contact-form button {
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  background: #111827;
  color: #fff;
}
.fitcoach-form-message {
  padding: 13px 15px;
  border-radius: 12px;
  margin: 0 0 16px;
  font-weight: 700;
}
.fitcoach-form-message.success { background: #e8f7ed; color: #14532d; }
.fitcoach-form-message.error { background: #fdecec; color: #7f1d1d; }
.fitcoach-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
