.kfsl-standalone-profile { margin: 0; background: #f7f7f8; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.kfsl-profile { max-width: 760px; margin: 2em auto; padding: 0 1em; font-size: 16px; line-height: 1.55; color: #222; }
.kfsl-profile h1 { font-size: 1.9rem; margin: .2em 0 .2em; line-height: 1.2; }
.kfsl-profile h2 { font-size: 1.25rem; margin: 0 0 .7em; line-height: 1.3; }
.kfsl-profile p { margin: 0 0 .8em; }
.kfsl-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 16px; padding: 1.8em; margin-bottom: 1.5em; box-shadow: 0 2px 12px rgba(0,0,0,.04); }
.kfsl-hero { display: flex; gap: 1.5em; align-items: flex-start; flex-wrap: wrap; margin-top: .8em; }
.kfsl-photo { border-radius: 12px; max-width: 160px; height: auto; }
.kfsl-hero-info h1 { margin: 0 0 .2em; }
.kfsl-specs { color: #555; font-weight: 600; margin: 0 0 .5em; }
.kfsl-meta-list { list-style: none; margin: 0 0 .8em; padding: 0; }
.kfsl-meta-list li { margin-bottom: .3em; }
.kfsl-links a { margin-right: 1em; }
.kfsl-bio { margin: 1.2em 0; line-height: 1.6; }
.kfsl-services ul { padding-left: 1.2em; }
.kfsl-lead-box { background: #fafafa; }
.kfsl-form p { margin-bottom: .9em; }
.kfsl-form label { display: block; font-weight: 600; margin-bottom: .3em; }
.kfsl-form input[type=text], .kfsl-form input[type=tel], .kfsl-form input[type=email], .kfsl-form textarea {
    width: 100%; padding: .6em; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box;
}
.kfsl-btn { padding: .7em 1.6em; border: none; border-radius: 6px; background: #1a7f5a; color: #fff; font-weight: 600; cursor: pointer; }
.kfsl-btn:hover { background: #156246; }
.kfsl-notice { padding: .8em 1em; border-radius: 6px; margin-bottom: 1em; }
.kfsl-success { background: #e6f6ee; color: #146c43; }
.kfsl-error { background: #fdecea; color: #b3261e; }
.kfsl-leads-table { width: 100%; border-collapse: collapse; }
.kfsl-leads-table th, .kfsl-leads-table td { border: 1px solid #e2e2e2; padding: .6em; text-align: left; vertical-align: top; }

/* Coaches archive: Premium badge + profile CTA (used by [kfsl_coaches_list]) */
.kfsl-badge {
    display: inline-block; font-size: .75em; font-weight: 700; letter-spacing: .02em;
    background: #fff4d6; color: #8a6100; border: 1px solid #f0d896;
    padding: .2em .6em; border-radius: 999px; margin-bottom: .5em;
}
.kfsl-btn-profile { background: #1a7f5a; color: #fff !important; border-color: #1a7f5a; }
.kfsl-btn-profile:hover { background: #156246; border-color: #156246; }

/* Premium profile extras */
.kfsl-video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 10px; }
.kfsl-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.kfsl-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.kfsl-gallery-grid img { width: 100%; height: 120px; object-fit: cover; border-radius: 10px; display: block; }
.kfsl-testimonial { margin: 0 0 1.2em; padding: 0 0 0 1em; border-left: 3px solid #1a7f5a; }
.kfsl-testimonial p { font-style: italic; margin-bottom: .3em; }
.kfsl-testimonial cite { color: #666; font-style: normal; }
.kfsl-certifications ul { padding-left: 1.2em; margin: 0; }
.kfsl-certifications li { margin-bottom: .5em; }
.kfsl-faq-item { border-bottom: 1px solid #eee; padding: .8em 0; }
.kfsl-faq-item summary { cursor: pointer; font-weight: 600; }
.kfsl-faq-item p { margin: .6em 0 0; color: #444; }
