.coach-page { background: #f4f7f4; }

/* Keep coach-facing hero cards clear of the compact mobile navigation. */
.coach-directory-page,
.coach-advertising-page { margin-top: 16px; }
@media (max-width: 767px) {
  .coach-directory-page,
  .coach-advertising-page { margin-top: 24px; }
}
.coach-profile { padding-bottom: 34px; }
.coach-preview-banner { display:flex; gap:10px; flex-wrap:wrap; align-items:center; background:#fff5dc; color:#775510; border:1px solid #ecd49e; padding:11px 15px; border-radius:7px; margin-bottom:18px; font-size:.9rem; }
.coach-preview-banner span { color:#8b6d2e; }
.coach-hero { display:grid; grid-template-columns:96px minmax(0,1fr) minmax(240px,310px); gap:25px; align-items:start; background:#fff; border:1px solid #dce7de; border-radius:9px; padding:30px; box-shadow:0 3px 13px rgba(35,66,44,.06); }
.coach-avatar { width:96px; height:96px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:linear-gradient(145deg,#175d38,#549968); color:#fff; font-size:2.6rem; }
.coach-hero h1 { margin:0; color:#173d26; font-size:2rem; }
.coach-hero__identity { display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.coach-verified,.coach-draft { border-radius:20px; font-size:.78rem; font-weight:700; padding:5px 9px; white-space:nowrap; }
.coach-verified { color:#1d6b3d; background:#e8f6ec; border:1px solid #bee4c9; }
.coach-draft { color:#73510b; background:#fff4dc; border:1px solid #ecd79b; }
.coach-credentials { margin:7px 0 4px; color:#3d6550; font-weight:600; }
.coach-hero__summary { margin:0; color:#67786d; line-height:1.55; }
.coach-hero__aside { border-left:1px solid #dce7de; padding-left:24px; }
.coach-hero__price { margin:0; display:flex; align-items:baseline; gap:8px; color:#637267; }
.coach-hero__price strong { color:#173d26; font-size:1.65rem; }
.coach-hero__price-note { font-size:.81rem; color:#6f7d73; line-height:1.45; margin:8px 0 15px; }
.coach-actions { display:flex; gap:8px; flex-wrap:wrap; }
.coach-actions .btn { margin:0; }
.coach-social-links { align-items:center; display:flex; flex-wrap:wrap; gap:7px; margin-top:12px; }
.coach-social-link { align-items:center; background:#f6faf7; border:1px solid #cfe0d2; border-radius:999px; color:#2d673e; display:inline-flex; font-size:.78rem; font-weight:800; gap:6px; padding:6px 9px; text-decoration:none; }
.coach-social-link:hover, .coach-social-link:focus { background:#e8f4ea; border-color:#85b78f; color:#184e2b; text-decoration:none; }
.coach-social-link .fa { font-size:1rem; line-height:1; }
.coach-profile-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr); gap:18px; margin-top:18px; }
.coach-bio { color:#33483b; line-height:1.65; }
.coach-tags { display:flex; flex-wrap:wrap; gap:9px; }
.coach-tag { color:#245c38; background:#eaf4ec; border:1px solid #cfe3d4; padding:7px 10px; border-radius:20px; font-size:.9rem; }
.coach-locations-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.coach-location-card { display:flex; justify-content:space-between; gap:16px; background:#fff; border:1px solid #dce7de; border-radius:8px; padding:18px; }
.coach-location-card h3 { font-size:1.12rem; margin:2px 0 7px; color:#1a4329; }
.coach-location-card h3 a { color:inherit; text-decoration:none; }
.coach-location-card h3 a:hover { text-decoration:underline; }
.coach-location-card p { margin:0; color:#627267; font-size:.91rem; }
.coach-location-card__eyebrow { color:#44785a !important; text-transform:uppercase; letter-spacing:.08em; font-size:.7rem !important; font-weight:700; }
.coach-location-card__note { margin-top:8px !important; line-height:1.45; }
.coach-placement-preview { margin:28px 0; border:1px solid #e2c374; background:#fffdf6; border-radius:8px; overflow:hidden; }
.coach-placement-preview__label { background:#785c18; color:#fff; font-weight:700; padding:8px 16px; font-size:.77rem; letter-spacing:.03em; }
.coach-placement-preview__content { display:grid; grid-template-columns:minmax(0,1fr) 285px; gap:28px; padding:24px; align-items:center; }
.coach-placement-preview__content h2 { color:#40330d; margin:.2rem 0 .7rem; }
.coach-placement-preview__content p { color:#64572e; line-height:1.55; margin:0; }
.coach-placement-card { background:#fff; border:1px solid #ddc987; border-radius:6px; padding:15px; box-shadow:0 2px 9px rgba(86,66,19,.10); }
.coach-placement-card span { display:block; text-transform:uppercase; color:#755a16; font-size:.67rem; font-weight:700; letter-spacing:.06em; margin-bottom:8px; }
.coach-placement-card strong { display:block; color:#2f431b; font-size:1.1rem; }
.coach-placement-card small { display:block; color:#69704e; margin:3px 0 7px; }
.coach-placement-card p { font-size:.85rem; margin:0 0 10px; }
.coach-placement-card a { color:#1c643a; font-size:.9rem; font-weight:700; }
.coach-source-note { font-size:.83rem; color:#6a786e; padding:14px 16px; border-top:1px solid #dce7de; }
.coach-source-note p { margin:0; }
@media (max-width: 900px) { .coach-hero { grid-template-columns:76px minmax(0,1fr); } .coach-avatar { width:76px; height:76px; font-size:2rem; } .coach-hero__aside { grid-column:1 / -1; border-left:0; border-top:1px solid #dce7de; padding:18px 0 0; } .coach-profile-grid,.coach-placement-preview__content { grid-template-columns:1fr; } }
@media (max-width: 600px) { .coach-hero { grid-template-columns:1fr; padding:21px; gap:16px; } .coach-avatar { width:62px; height:62px; } .coach-locations-grid { grid-template-columns:1fr; } .coach-location-card { flex-direction:column; } .coach-placement-preview__content { padding:18px; gap:18px; } }

.coach-directory-hero { background:#fff; border:1px solid #dce7de; border-radius:9px; padding:32px; box-shadow:0 3px 13px rgba(35,66,44,.06); }
.coach-directory-hero h1 { color:#173d26; margin:.2rem 0 .7rem; }
.coach-directory-hero > p:not(.course-hero__eyebrow) { color:#52665a; max-width:820px; font-size:1.04rem; line-height:1.6; margin:0; }
.coach-directory-hero__filters { display:flex; flex-wrap:wrap; gap:9px; margin-top:20px; }
.coach-directory-hero__filters span { background:#edf5ee; border:1px solid #d2e5d5; color:#2e633f; border-radius:20px; padding:6px 10px; font-size:.84rem; }
.coach-directory-section { margin-top:28px; }
.coach-directory-section__heading { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:16px; }
.coach-directory-section__heading h2 { margin:.2rem 0 0; color:#173d26; }
.coach-directory-section__heading > p { margin:0; max-width:430px; color:#64746a; line-height:1.48; font-size:.89rem; }
.coach-directory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.coach-directory-card { position:relative; background:#fff; border:1px solid #dbe6dd; border-radius:8px; padding:18px; box-shadow:0 2px 10px rgba(31,59,38,.04); display:flex; flex-direction:column; align-items:flex-start; }
.coach-directory-card__top { display:flex; align-items:center; gap:11px; width:100%; }
.coach-avatar--small { width:58px; height:58px; min-width:58px; font-size:1.55rem; }
.coach-directory-card h2 { font-size:1.18rem; line-height:1.2; margin:0; }
.coach-directory-card h2 a { color:#1c4c2e; text-decoration:none; }
.coach-directory-card h2 a:hover { text-decoration:underline; }
.coach-directory-card__top p { margin:3px 0 0; color:#58705f; font-size:.82rem; font-weight:600; }
.coach-directory-card .coach-verified { margin:13px 0 8px; }
.coach-directory-card__venue { margin:0; color:#52655a; font-size:.88rem; line-height:1.5; }
.coach-directory-card__venue small { color:#758277; }
.coach-directory-card__tags { display:flex; flex-wrap:wrap; gap:5px; margin:14px 0 17px; }
.coach-directory-card__tags span { padding:4px 7px; color:#3d684c; background:#edf5ee; border-radius:13px; font-size:.74rem; }
.coach-directory-card__bottom { margin-top:auto; padding-top:13px; border-top:1px solid #e2ebe3; width:100%; display:flex; align-items:center; justify-content:space-between; gap:10px; }
.coach-directory-card__bottom strong { font-size:.91rem; color:#234c30; }
.coach-directory-card__bottom a { color:#22683b; font-weight:700; font-size:.84rem; white-space:nowrap; }
.coach-directory-commercial-preview { margin:30px 0 0; display:grid; grid-template-columns:minmax(0,1.1fr) minmax(290px,.9fr); gap:28px; background:#fffdf6; border:1px solid #e2c87f; border-radius:8px; padding:27px; }
.coach-directory-commercial-preview h2 { color:#46380e; margin:.2rem 0 .7rem; }
.coach-directory-commercial-preview > div > p:not(.course-section__eyebrow) { color:#685b30; line-height:1.55; margin:0; }
.coach-directory-commercial-preview__rules { background:#fff; border:1px solid #ead9a5; border-radius:6px; padding:15px 18px; }
.coach-directory-commercial-preview__rules p { margin:0 0 8px !important; }
.coach-directory-commercial-preview__rules ul { margin:0; padding-left:18px; color:#5c542f; font-size:.9rem; line-height:1.65; }
@media (max-width: 900px) { .coach-directory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .coach-directory-commercial-preview { grid-template-columns:1fr; } }
@media (max-width: 600px) { .coach-directory-hero { padding:21px; } .coach-directory-section__heading { display:block; } .coach-directory-section__heading > p { margin-top:10px; } .coach-directory-grid { grid-template-columns:1fr; } .coach-directory-commercial-preview { padding:20px; } }

.coach-claimed { color:#1d5f86; background:#e9f5fb; border:1px solid #bcddec; border-radius:20px; font-size:.78rem; font-weight:700; padding:5px 9px; white-space:nowrap; }
.coach-avatar--initials { font-size:1.55rem; font-weight:800; letter-spacing:.04em; background:linear-gradient(145deg,#1c4d39,#6a9c76); }
.coach-avatar--image { overflow:hidden; background:#e6efe8; }
.coach-avatar--image img { width:100%; height:100%; display:block; object-fit:cover; }
.coach-claim-link { display:inline-flex; gap:7px; align-items:center; color:#2f6e4b; font-size:.86rem; font-weight:700; text-decoration:none; margin-top:12px; }
.coach-claim-link:hover { color:#184d31; text-decoration:underline; }
.coach-directory-hero__actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:20px; }
.coach-directory-verified { border-color:#b9dbca; background:#f3fbf5; }
.coach-directory-verified h2 { color:#224b31; }
.coach-directory-verified > div > p:not(.course-section__eyebrow) { color:#4c6755; }
.coach-form-page { max-width:980px; }
.coach-form-hero { padding:30px; border:1px solid #d9e7dc; background:#fff; border-radius:9px 9px 0 0; }
.coach-form-hero h1 { color:#183f27; margin:.18rem 0 .65rem; }
.coach-form-hero p:not(.course-section__eyebrow) { color:#52685a; line-height:1.6; max-width:700px; margin:0; }
.coach-detail-form, .coach-form-success { background:#fff; border:1px solid #d9e7dc; border-top:0; padding:28px 30px; border-radius:0 0 9px 9px; }
.coach-form-section { padding:0 0 26px; margin:0 0 26px; border-bottom:1px solid #e0ebe2; }
.coach-form-section:last-of-type { margin-bottom:20px; }
.coach-form-section h2 { font-size:1.35rem; color:#1a482c; margin:0 0 6px; }
.coach-form-section h3 { font-size:1rem; color:#315a3d; margin:0 0 13px; }
.coach-form-note { color:#637568; font-size:.9rem; line-height:1.5; margin:0 0 16px; }
.coach-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 17px; margin:0 0 16px; }
.coach-detail-form label { display:flex; flex-direction:column; gap:6px; color:#2f4b38; font-size:.9rem; font-weight:700; margin:0 0 14px; }
.coach-detail-form input, .coach-detail-form select, .coach-detail-form textarea { width:100%; color:#243c2c; background:#fff; border:1px solid #bdcfbf; border-radius:5px; padding:10px 11px; font-weight:400; font-size:.96rem; box-shadow:none; }
.coach-detail-form input:focus, .coach-detail-form select:focus, .coach-detail-form textarea:focus { outline:0; border-color:#4a9763; box-shadow:0 0 0 3px rgba(67,142,89,.14); }
.coach-detail-form textarea { resize:vertical; min-height:105px; line-height:1.5; }
.coach-detail-form input[type=file] { padding:8px; background:#f8fbf8; }
.coach-location-input { padding:17px; margin-bottom:13px; border:1px solid #dce7de; border-radius:7px; background:#f9fcfa; }
.coach-form-checks { display:grid; gap:10px; margin:12px 0 0; }
.coach-form-checks label { flex-direction:row; align-items:flex-start; gap:9px; font-weight:400; line-height:1.42; }
.coach-form-checks input { width:auto; margin-top:3px; }
.coach-form-actions { display:flex; align-items:flex-start; gap:18px; flex-wrap:wrap; }
.coach-form-actions p { margin:4px 0 0; color:#68796d; font-size:.85rem; max-width:500px; line-height:1.45; }
.coach-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(1px,1px,1px,1px)!important; white-space:nowrap!important; }
.coach-form-success { text-align:center; padding:48px 30px; }
.coach-form-success > i { color:#27864c; font-size:3rem; }
.coach-form-success h2 { color:#1a482c; margin:13px 0 8px; }
.coach-form-success p { color:#587060; max-width:620px; margin:0 auto 18px; line-height:1.55; }
@media(max-width:600px){ .coach-form-hero,.coach-detail-form,.coach-form-success { padding:22px 18px; } .coach-form-grid { grid-template-columns:1fr; gap:0; } .coach-form-actions { display:block; } .coach-form-actions p { margin-top:12px; } .coach-directory-hero__actions { display:grid; grid-template-columns:1fr; } .coach-directory-hero__actions .btn { width:100%; } }

.coach-advertising-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin:27px 0; }
.coach-advertising-grid article { background:#fff; border:1px solid #dce7de; border-radius:8px; padding:21px; }
.coach-advertising-grid h2 { color:#214a2e; font-size:1.2rem; margin:0 0 9px; }
.coach-advertising-grid p { color:#5c6f61; line-height:1.55; margin:0; }
.coach-advertising-draft-pricing { background:#fffdf6; border:1px solid #e3cc89; border-radius:8px; padding:27px; }
.coach-advertising-draft-pricing h2 { color:#42350d; margin:.2rem 0 19px; }
.coach-advertising-prices { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }
.coach-advertising-prices article { background:#fff; border:1px solid #ead9a5; border-radius:6px; padding:18px; }
.coach-advertising-prices h3 { color:#554314; font-size:1.04rem; margin:0 0 8px; }
.coach-advertising-price { color:#1e6039!important; font-size:1.45rem; font-weight:800; margin:0 0 8px!important; }
.coach-advertising-price small { color:#6e725b; font-size:.74rem; font-weight:400; }
.coach-advertising-prices p:not(.coach-advertising-price) { color:#665d3c; font-size:.9rem; line-height:1.48; margin:0; }
.coach-advertising-contact { text-align:center; background:#fff; border:1px solid #dce7de; border-radius:8px; padding:29px; margin:26px 0 0; }
.coach-advertising-contact h2 { color:#214a2e; margin:0 0 8px; font-size:1.3rem; }
.coach-advertising-contact p { color:#596e5e; max-width:670px; line-height:1.55; margin:0 auto; }
@media(max-width:900px){ .coach-advertising-grid,.coach-advertising-prices { grid-template-columns:1fr; } }

.coach-venue-picker { position:relative; }
.coach-venue-picker[hidden], .coach-venue-picker [hidden] { display:none!important; }
.coach-venue-search label { margin-bottom:8px; }
.coach-venue-search-results { width:100%; border:1px solid #c6d8c9; border-radius:6px; background:#fff; overflow:hidden; box-shadow:0 6px 16px rgba(23,67,39,.08); }
.coach-venue-result { display:block; width:100%; border:0; border-bottom:1px solid #e3ece5; background:#fff; text-align:left; padding:10px 12px; cursor:pointer; color:#244231; }
.coach-venue-result:last-child { border-bottom:0; }
.coach-venue-result:hover, .coach-venue-result:focus { background:#edf7ef; outline:0; }
.coach-venue-result strong { display:block; font-size:.94rem; }
.coach-venue-result span { display:block; color:#68796d; font-size:.82rem; margin-top:2px; }
.coach-venue-no-results { padding:10px 12px; margin:0; color:#6b766e; font-size:.88rem; }
.coach-venue-selected { border:1px solid #afcfb7; background:#f0f9f2; padding:13px 14px; border-radius:6px; margin:0 0 13px; }
.coach-venue-selected p { margin:0; }
.coach-venue-selected__label { color:#41744d; font-size:.74rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.coach-venue-selected__name { color:#214b2d; font-weight:800; margin-top:3px!important; }
.coach-venue-selected__type { color:#627468; font-size:.85rem; margin-top:2px!important; }
.coach-venue-change { margin-top:10px; }
.venue-coaches-section { background:#f8fcf8; border:1px solid #d3e5d6; border-radius:8px; padding:24px; margin:28px 0; }
.venue-coaches-section .course-section__heading { margin-bottom:17px; }
.venue-coaches-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px; }
.venue-coach-card { background:#fff; border:1px solid #dbe8dd; border-radius:7px; padding:15px; display:flex; flex-direction:column; gap:9px; }
.venue-coach-card__top { display:flex; gap:10px; align-items:center; }
.venue-coach-card .coach-avatar { width:42px; height:42px; flex:0 0 42px; font-size:1rem; }
.venue-coach-card h3 { color:#1f4c2e; font-size:1.02rem; margin:0; }
.venue-coach-card h3 a { color:inherit; text-decoration:none; }
.venue-coach-card h3 a:hover { text-decoration:underline; }
.venue-coach-card__credentials { color:#657569; font-size:.82rem; margin:2px 0 0; }
.venue-coach-card__specialisms { color:#596d5e; line-height:1.45; font-size:.87rem; margin:0; }
.venue-coach-card__footer { margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.venue-coach-card__price { color:#275d36; font-weight:800; font-size:.86rem; }
.venue-coach-card__profile { color:#2e7047; font-size:.86rem; font-weight:800; text-decoration:none; white-space:nowrap; }
.venue-coach-card__profile:hover { text-decoration:underline; }
.venue-coaches-section__cta { margin:16px 0 0; color:#596e5e; font-size:.88rem; }
.venue-coaches-section__cta a { font-weight:700; }
@media(max-width:600px){ .venue-coaches-section { padding:18px; } .venue-coach-card__footer { align-items:flex-start; flex-direction:column; } }

/* Coach discovery controls and venue-filtered result links */
.coach-directory-filter-panel { background:#f4faf5; border:1px solid #d3e4d6; border-radius:8px; padding:20px; margin:24px 0 30px; }
.coach-filter-main > label { display:block; color:#2a5837; font-size:.82rem; font-weight:800; letter-spacing:.04em; margin:0 0 7px; text-transform:uppercase; }
.coach-filter-search { display:flex; gap:9px; }
.coach-filter-search input { flex:1; min-width:0; border:1px solid #b7cbbb; border-radius:5px; padding:10px 12px; color:#243d2a; }
.coach-filter-options { align-items:center; display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:15px; }
.coach-filter-options > label:not(.coach-filter-sort) { align-items:center; color:#435b49; display:inline-flex; font-size:.9rem; gap:6px; margin:0; }
.coach-filter-options input[type=checkbox] { accent-color:#2b7543; }
.coach-filter-sort { align-items:center; display:flex; font-size:.88rem; gap:7px; margin:0 0 0 auto; white-space:nowrap; }
.coach-filter-sort select { border:1px solid #c4d4c6; border-radius:4px; color:#304a37; padding:5px 7px; }
.coach-filter-clear { color:#2a7041; display:inline-block; font-size:.88rem; font-weight:800; margin-left:8px; text-decoration:underline; white-space:nowrap; }
.coach-directory-empty { background:#fafcfa; border:1px dashed #bfd2c2; border-radius:8px; color:#506554; padding:26px; text-align:center; }
.coach-directory-empty h3 { color:#2a5737; font-size:1.15rem; }
.coach-directory-card__venue a { color:#2b6e43; font-weight:800; text-decoration:none; }
.coach-directory-card__venue a:hover { text-decoration:underline; }
.coach-directory-card__venue small { color:#65766a; display:block; font-size:.8rem; margin:3px 0 0 18px; }
.venue-coaches-section__summary { align-items:flex-start; display:flex; flex-direction:column; gap:10px; }
.venue-coach-count { background:#e7f4e9; border:1px solid #a9cdb0; border-radius:999px; color:#245e35; display:inline-block; font-size:.87rem; font-weight:800; padding:7px 12px; text-decoration:none; }
.venue-coach-count:hover { background:#d8efdc; color:#194d2b; text-decoration:none; }
.coach-location-card__venue-link { color:#367446; display:inline-block; font-size:.84rem; font-weight:800; margin-top:2px; }
@media (min-width:768px) { .venue-coaches-section__summary { align-items:flex-end; text-align:right; } .venue-coaches-section__summary .course-section__intro { max-width:430px; } }
@media (max-width:640px) { .coach-filter-search { align-items:stretch; flex-direction:column; } .coach-filter-search .btn { width:100%; } .coach-filter-sort { margin-left:0; width:100%; } .coach-filter-sort select { flex:1; } .coach-filter-options .btn { width:100%; } }

.coach-filter-postcode-help { color:#65766a; font-size:.82rem; margin:11px 0 0; }
.coach-filter-postcode-help strong { color:#3e5e46; font-weight:800; }

/* Postcode-only coach finder and proximity-ranked results */
.coach-directory-filter-panel--postcode { max-width:760px; margin-left:auto; margin-right:auto; }
.coach-directory-filter-panel--postcode > form > label { color:#2a5837; display:block; font-size:.82rem; font-weight:800; letter-spacing:.04em; margin:0 0 7px; text-transform:uppercase; }
.coach-filter-postcode-help--error { color:#a0392f; font-weight:700; }
.coach-directory-card__distance { background:#f1f8f2; border-left:3px solid #4f9b61; color:#426148; font-size:.83rem; line-height:1.35; margin:11px 0; padding:7px 9px; }
.coach-directory-card__distance strong { color:#245e35; display:block; font-size:.92rem; }
.coach-directory-card__distance span { display:block; margin-top:2px; }
.coach-directory-card__distance a { color:#286b3f; font-weight:700; }
.coach-directory-card__distance--unavailable { background:#f5f5f3; border-left-color:#adb6ad; color:#687169; }

/* Private coach advertising dashboard */
.coach-dashboard-page { padding-bottom:48px; }
.coach-dashboard-access,.coach-dashboard-section,.coach-dashboard-summary { background:#fff; border:1px solid #dde8df; border-radius:12px; box-shadow:0 5px 16px rgba(32,72,44,.06); margin:24px 0; padding:25px; }
.coach-dashboard-access { max-width:650px; }
.coach-dashboard-access label { display:block; font-weight:700; max-width:460px; }
.coach-dashboard-access input { display:block; margin:8px 0 14px; width:100%; }
.coach-dashboard-summary { align-items:center; display:flex; gap:22px; justify-content:space-between; }
.coach-dashboard-summary h2 { font-size:1.45rem; margin:0 0 7px; }
.coach-dashboard-summary p { margin:0; }
.coach-dashboard-summary__metric { border-left:1px solid #d6e5d9; min-width:108px; padding-left:22px; text-align:center; }
.coach-dashboard-summary__metric strong { color:#225c36; display:block; font-size:1.85rem; line-height:1; }
.coach-dashboard-summary__metric span { color:#667469; font-size:.8rem; text-transform:uppercase; }
.coach-dashboard-section__heading { align-items:flex-start; display:flex; gap:24px; justify-content:space-between; margin-bottom:20px; }
.coach-dashboard-section__heading h2 { font-size:1.45rem; margin:3px 0 0; }
.coach-dashboard-section__heading > p { color:#5e7062; font-size:.92rem; line-height:1.5; margin:0; max-width:440px; }
.coach-dashboard-logout { color:#52635a; font-size:.85rem; }
.coach-campaign-products { display:grid; gap:13px; grid-template-columns:repeat(2,minmax(0,1fr)); margin:0 0 18px; }
.coach-campaign-product { cursor:pointer; margin:0; }
.coach-campaign-product input { position:absolute; opacity:0; }
.coach-campaign-product span { border:1px solid #d2dfd4; border-radius:9px; display:block; min-height:118px; padding:14px; transition:border-color .15s,box-shadow .15s; }
.coach-campaign-product input:checked + span { border-color:#2c7a45; box-shadow:0 0 0 3px rgba(44,122,69,.14); }
.coach-campaign-product strong,.coach-campaign-product b,.coach-campaign-product small { display:block; }
.coach-campaign-product strong { color:#1e5935; font-size:1rem; }
.coach-campaign-product b { color:#1f3827; font-size:1.1rem; margin:5px 0; }
.coach-campaign-product small { color:#637168; font-size:.81rem; line-height:1.35; }
.coach-campaign-form > label { display:block; font-weight:700; max-width:340px; }
.coach-campaign-form > label input { display:block; margin:6px 0 18px; width:100%; }
.coach-campaign-form fieldset { border:1px solid #e0e8e1; border-radius:9px; margin:0 0 20px; padding:14px; }
.coach-campaign-form legend { color:#275b38; font-size:1rem; font-weight:800; padding:0 5px; width:auto; }
.coach-campaign-venue { align-items:center; background:#f7faf7; border-radius:7px; display:flex; gap:9px; margin:7px 0; padding:9px 10px; }
.coach-campaign-venue input { flex:0 0 auto; }
.coach-campaign-venue strong,.coach-campaign-venue small { display:block; }
.coach-campaign-venue small { color:#69786e; font-size:.81rem; }
.coach-dashboard-empty { background:#f7faf7; border-left:4px solid #8eaa95; color:#52665a; padding:15px; }
.coach-dashboard-empty p { margin:0; }
.coach-campaign-report-list { display:grid; gap:15px; }
.coach-campaign-report { border:1px solid #dce7de; border-radius:10px; padding:17px; }
.coach-campaign-report__title { align-items:flex-start; display:flex; justify-content:space-between; gap:15px; }
.coach-campaign-report__title h3 { font-size:1.05rem; margin:6px 0 3px; }
.coach-campaign-report__title p,.coach-campaign-report__venues { color:#66756a; font-size:.86rem; margin:0; }
.coach-campaign-report__title > strong { color:#1f5935; font-size:1.12rem; }
.coach-campaign-status { border-radius:99px; display:inline-block; font-size:.7rem; font-weight:800; letter-spacing:.03em; padding:4px 8px; text-transform:uppercase; }
.coach-campaign-status--active { background:#ddf3e3; color:#1c6337; }
.coach-campaign-status--scheduled { background:#e9eefb; color:#375588; }
.coach-campaign-status--pending-payment { background:#fff2d4; color:#865e00; }
.coach-campaign-status--expired,.coach-campaign-status--cancelled,.coach-campaign-status--refunded { background:#f2f3f2; color:#6a746c; }
.coach-campaign-status--paused { background:#f8e5e2; color:#8e3c31; }
.coach-campaign-report__venues { margin:12px 0; }
.coach-campaign-metrics { border-top:1px solid #e4ece5; display:grid; grid-template-columns:repeat(4,1fr); padding-top:12px; }
.coach-campaign-metrics > div { border-right:1px solid #e2e9e3; padding:0 10px; }
.coach-campaign-metrics > div:first-child { padding-left:0; }
.coach-campaign-metrics > div:last-child { border-right:0; }
.coach-campaign-metrics strong,.coach-campaign-metrics span { display:block; }
.coach-campaign-metrics strong { color:#225c36; font-size:1.25rem; }
.coach-campaign-metrics span { color:#66756a; font-size:.75rem; line-height:1.25; }
@media(max-width:700px){.coach-dashboard-access,.coach-dashboard-section,.coach-dashboard-summary{padding:18px}.coach-dashboard-summary,.coach-dashboard-section__heading{display:block}.coach-dashboard-summary__metric{border-left:0;border-top:1px solid #d6e5d9;margin-top:16px;padding:12px 0 0;text-align:left}.coach-dashboard-section__heading>p{margin-top:10px}.coach-campaign-products{grid-template-columns:1fr}.coach-campaign-metrics{grid-template-columns:repeat(2,1fr);gap:12px}.coach-campaign-metrics>div:nth-child(2){border-right:0}.coach-campaign-metrics>div:nth-child(n+3){border-top:1px solid #e2e9e3;padding-top:10px}.coach-campaign-metrics>div:nth-child(3){padding-left:0}.coach-campaign-report__title{display:block}.coach-campaign-report__title>strong{display:block;margin-top:8px}}

/* Featured Coach placements: visually useful, clearly labelled and distinct from organic rankings */
.featured-coach-label { background:#e7ae3c; border-radius:99px; color:#322608; display:inline-block; font-size:.66rem; font-weight:800; letter-spacing:.045em; line-height:1; padding:4px 7px; text-transform:uppercase; }
.coach-directory-card--featured { border-color:#d9b568; box-shadow:0 7px 17px rgba(86,66,15,.11); position:relative; }
.coach-directory-card--featured:before { background:#e7ae3c; content:''; height:4px; left:0; position:absolute; right:0; top:0; }
.coach-directory-card--featured .coach-directory-card__top { padding-top:4px; }
.featured-coaches-module { background:linear-gradient(135deg,#fdfaf1,#f5f9f4); border:1px solid #dfcf9d; border-radius:12px; margin:22px 0; padding:20px; }
.featured-coaches-module__heading { align-items:flex-start; display:flex; justify-content:space-between; gap:14px; margin-bottom:15px; }
.featured-coaches-module__heading h2 { color:#214e2e; font-size:1.25rem; margin:2px 0 0; }
.featured-coaches-module__heading > span { border:1px solid #b6984e; border-radius:99px; color:#705a1a; font-size:.68rem; font-weight:800; letter-spacing:.05em; padding:4px 7px; text-transform:uppercase; }
.featured-coaches-module__grid { display:grid; gap:13px; grid-template-columns:repeat(3,minmax(0,1fr)); }
.featured-coach-card { background:#fff; border:1px solid #e4d7b0; border-radius:9px; padding:13px; }
.featured-coach-card__top { align-items:flex-start; display:flex; gap:10px; }
.featured-coach-card h3 { font-size:1rem; margin:6px 0 3px; }
.featured-coach-card h3 a { color:#245b35; }
.featured-coach-card p { color:#647166; font-size:.8rem; line-height:1.35; margin:0; }
.featured-coach-card__bottom { align-items:center; border-top:1px solid #eee7d8; display:flex; font-size:.82rem; justify-content:space-between; margin-top:12px; padding-top:10px; }
.featured-coach-card__bottom strong { color:#294e33; }
.featured-coach-card__bottom a { color:#216a3d; font-weight:800; }
@media(max-width:840px){.featured-coaches-module__grid{grid-template-columns:1fr}.featured-coaches-module{padding:16px}}

/* Private coach advertising comparison and placement previews */
.coach-advertising-hero { margin-bottom:22px; }
.coach-advertising-principles { display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr)); margin:24px 0 30px; }
.coach-advertising-principles article { align-items:flex-start; background:#fff; border:1px solid #dce7de; border-radius:9px; display:flex; gap:13px; padding:18px; }
.coach-advertising-principles article>i { background:#e8f5ea; border-radius:50%; color:#23723d; display:grid; flex:0 0 31px; height:31px; place-items:center; width:31px; }
.coach-advertising-principles h2 { color:#214a2e; font-size:1rem; margin:0 0 6px; }
.coach-advertising-principles p { color:#607163; font-size:.87rem; line-height:1.45; margin:0; }
.coach-advertising-comparison { background:#fff; border:1px solid #dbe7de; border-radius:11px; padding:28px; }
.coach-advertising-section-heading { align-items:flex-end; display:flex; gap:30px; justify-content:space-between; margin-bottom:19px; }
.coach-advertising-section-heading h2 { color:#214a2e; font-size:1.5rem; margin:2px 0 0; }
.coach-advertising-section-heading>p { color:#627264; font-size:.88rem; line-height:1.45; margin:0; max-width:340px; }
.coach-comparison-scroll { overflow-x:auto; padding-bottom:3px; }
.coach-comparison-table { border-collapse:separate; border-spacing:0; min-width:840px; width:100%; }
.coach-comparison-table th,.coach-comparison-table td { border-bottom:1px solid #e3ece5; padding:13px 14px; text-align:center; vertical-align:middle; }
.coach-comparison-table thead th { background:#f5f8f5; border-bottom:2px solid #cbdcca; color:#2a4630; font-size:.94rem; font-weight:800; }
.coach-comparison-table thead th:first-child { border-radius:7px 0 0 0; text-align:left; width:32%; }
.coach-comparison-table thead th:last-child { border-radius:0 7px 0 0; }
.coach-comparison-table thead th span { display:block; }
.coach-comparison-table thead th small { color:#68796d; display:block; font-size:.72rem; font-weight:600; margin-top:4px; }
.coach-comparison-table tbody th { color:#3f5443; font-size:.88rem; font-weight:600; line-height:1.35; text-align:left; }
.coach-comparison-table td { color:#2d673e; font-size:.95rem; }
.coach-comparison-table td .fa-check { font-size:1.05rem; }
.coach-comparison-table__recommended { background:#eaf4e9!important; border-left:1px solid #c7ddc7; border-right:1px solid #c7ddc7; color:#1e5b34!important; }
.coach-comparison-table tbody td:nth-child(4) { background:#f3f9f2; border-left:1px solid #d8e8d8; border-right:1px solid #d8e8d8; }
.coach-comparison-table__price-row th,.coach-comparison-table__price-row td { background:#fbfdfb; border-bottom:0; font-size:1rem; }
.coach-comparison-table__price-row td { color:#225f38; }
.coach-comparison-dash { color:#7a887c; font-size:.82rem; }
.coach-preview-link { background:transparent; border:0; color:#2a7041; cursor:pointer; display:inline; font-size:.78rem; font-weight:800; margin-left:5px; padding:0; text-decoration:underline; }
.coach-advertising-fineprint { color:#68786a; font-size:.82rem; line-height:1.5; margin:18px 0 0; }
.coach-preview-gallery { margin:35px 0; }
.coach-preview-gallery__grid { display:grid; gap:18px; grid-template-columns:repeat(3,minmax(0,1fr)); }
.coach-preview-gallery__grid>article { background:#fff; border:1px solid #dce7de; border-radius:9px; padding:13px; }
.coach-preview-gallery__grid h3 { color:#214a2e; font-size:1.08rem; margin:16px 0 7px; }
.coach-preview-gallery__grid p { color:#637366; font-size:.88rem; line-height:1.47; min-height:52px; }
.coach-preview-gallery__grid .btn { font-size:.82rem; padding:7px 10px; width:100%; }
.coach-preview-gallery__browser { background:#f6f8f6; border:1px solid #dae4db; border-radius:6px; min-height:164px; overflow:hidden; padding:10px; position:relative; }
.coach-preview-gallery__browser>span { background:#a9bbb0; border-radius:50%; display:inline-block; height:6px; margin-right:3px; width:6px; }
.coach-preview-gallery__browser>b { color:#6b7d6f; display:block; font-size:.67rem; font-weight:700; margin-top:8px; }
.coach-preview-gallery__line { background:#dbe6dd; height:5px; margin:9px 0; width:72%; }
.coach-preview-gallery__sample-card { background:#fffdf7; border:1px solid #e1cf9c; border-radius:5px; box-shadow:0 2px 7px rgba(41,50,30,.08); display:block; margin-top:12px; padding:9px; }
.coach-preview-gallery__sample-card label { color:#7a5e14; display:block; font-size:.49rem; font-weight:900; letter-spacing:.045em; }
.coach-preview-gallery__sample-card strong { color:#214a2e; display:block; font-size:.78rem; margin:5px 0 2px; }
.coach-preview-gallery__sample-card small { color:#68796d; display:block; font-size:.58rem; }
.coach-preview-modal { display:none; inset:0; position:fixed; z-index:10000; }
.coach-preview-modal.is-open { align-items:center; display:flex; justify-content:center; padding:18px; }
.coach-preview-modal__backdrop { background:rgba(15,33,20,.68); inset:0; position:absolute; }
.coach-preview-modal__panel { background:#fff; border-radius:11px; box-shadow:0 18px 55px rgba(0,0,0,.28); max-height:calc(100vh - 36px); max-width:760px; overflow:auto; padding:28px; position:relative; width:100%; z-index:1; }
.coach-preview-modal__panel h2 { color:#214a2e; font-size:1.48rem; margin:4px 35px 9px 0; }
.coach-preview-modal__panel>p:not(.course-section__eyebrow) { color:#5b6c5e; line-height:1.5; }
.coach-preview-modal__close { background:#eef3ee; border:0; border-radius:50%; color:#294e33; cursor:pointer; font-size:1.5rem; height:34px; line-height:1; position:absolute; right:20px; top:18px; width:34px; }
.coach-modal-open { overflow:hidden; }
.coach-preview-modal__screen { background:#f1f5f1; border:1px solid #cbd8cc; border-radius:8px; margin:21px 0 12px; overflow:hidden; }
.coach-preview-ui__bar { align-items:center; background:#263c2d; color:#fff; display:flex; font-size:.78rem; justify-content:space-between; padding:11px 16px; }
.coach-preview-ui__content { padding:22px; }
.coach-preview-ui__eyebrow { color:#66836b; font-size:.68rem; font-weight:800; letter-spacing:.06em; margin:0 0 4px; }
.coach-preview-ui__content h3 { color:#224a2c; font-size:1.35rem; margin:0 0 13px; }
.coach-preview-ui__details { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:20px; }
.coach-preview-ui__details span { background:#fff; border:1px solid #dce6dd; border-radius:99px; color:#5e7161; font-size:.74rem; padding:5px 8px; }
.coach-preview-ui__featured { background:#fffdf6; border:1px solid #dcc88f; border-radius:8px; padding:16px; }
.coach-preview-ui__featured>div { display:inline-block; }
.coach-preview-ui__featured>div p { color:#7d5c0d; font-size:.66rem; font-weight:900; letter-spacing:.055em; margin:0 0 3px; }
.coach-preview-ui__featured h4 { color:#294931; font-size:1rem; margin:0; }
.coach-preview-ui__featured>span { border:1px solid #b89a54; border-radius:99px; color:#765c1a; float:right; font-size:.65rem; font-weight:800; padding:4px 7px; text-transform:uppercase; }
.coach-preview-ui__featured article { align-items:center; background:#fff; border:1px solid #e5d7b1; border-radius:7px; display:flex; gap:11px; margin-top:13px; padding:11px; }
.coach-preview-ui__avatar { align-items:center; background:linear-gradient(145deg,#185c38,#6aa178); border-radius:50%; color:#fff; display:flex; flex:0 0 42px; font-size:.84rem; font-weight:800; height:42px; justify-content:center; width:42px; }
.coach-preview-ui__featured article div:nth-child(2) { flex:1; }
.coach-preview-ui__featured article b,.coach-preview-ui__featured article small,.coach-preview-ui__featured article em { display:block; }
.coach-preview-ui__featured article b { color:#214a2e; font-size:.9rem; }
.coach-preview-ui__featured article small { color:#66786a; font-size:.73rem; line-height:1.3; }
.coach-preview-ui__featured article em { color:#315e3a; font-size:.72rem; font-style:normal; font-weight:800; margin-top:4px; }
.coach-preview-ui__featured article a { color:#267041; font-size:.76rem; font-weight:800; white-space:nowrap; }
.coach-preview-modal__note { color:#6b796d!important; font-size:.8rem; margin:0!important; }
@media(max-width:900px){.coach-advertising-principles,.coach-preview-gallery__grid{grid-template-columns:1fr}.coach-advertising-section-heading{align-items:flex-start;display:block}.coach-advertising-section-heading>p{margin-top:10px}.coach-preview-gallery__grid p{min-height:0}.coach-advertising-comparison{padding:19px}}
@media(max-width:540px){.coach-preview-modal.is-open{padding:10px}.coach-preview-modal__panel{padding:22px 16px}.coach-preview-ui__content{padding:15px}.coach-preview-ui__featured>span{margin-top:4px}.coach-preview-ui__featured article{align-items:flex-start;flex-wrap:wrap}.coach-preview-ui__featured article a{margin-left:53px}}

/* Final advertiser-page spacing and full-width postcode finder */
.coach-advertising-contact { margin:34px 0 0; padding:28px 30px; text-align:left; }
.coach-advertising-contact h2 { margin:0 0 7px; }
.coach-advertising-contact p { margin:0; max-width:760px; }
.coach-advertising-contact > div { display:flex; flex-wrap:wrap; gap:10px; margin-top:17px; }
.coach-advertising-contact .btn { margin:0; }
.coach-directory-filter-panel--postcode { margin-left:0; margin-right:0; max-width:none; }
.coach-directory-filter-panel--postcode .coach-filter-search { width:100%; }
.coach-directory-filter-panel--postcode .coach-filter-search input { flex:1 1 auto; width:100%; }
.featured-coaches-module__sample-note { color:#806522; font-size:.72rem; font-weight:800; letter-spacing:.035em; margin:0 0 6px; text-transform:uppercase; }
@media(max-width:640px){.coach-advertising-contact{padding:22px 18px}.coach-advertising-contact>div{display:grid;grid-template-columns:1fr}.coach-advertising-contact .btn{width:100%;}}

/* Real desktop Featured Coach placement previews */
.coach-preview-gallery__shot { background:#f7faf7; border:1px solid #d5e2d7; border-radius:6px; cursor:pointer; display:block; overflow:hidden; padding:0; position:relative; text-align:left; width:100%; }
.coach-preview-gallery__shot:hover, .coach-preview-gallery__shot:focus { border-color:#559567; box-shadow:0 0 0 3px rgba(65,137,83,.16); outline:0; }
.coach-preview-gallery__shot img { display:block; height:176px; object-fit:cover; object-position:top center; width:100%; }
.coach-preview-gallery__shot span { background:rgba(25,63,39,.92); bottom:0; color:#fff; font-size:.76rem; font-weight:800; left:0; padding:8px 10px; position:absolute; right:0; }
.coach-preview-modal__panel { max-width:1240px; }
.coach-preview-modal__screen { background:#fff; }
.coach-preview-modal__screenshot { display:block; height:auto; max-width:100%; width:100%; }
@media(max-width:540px){.coach-preview-gallery__shot img{height:150px}.coach-preview-modal__panel{max-width:calc(100vw - 20px)}}

/* Compact venue-booking action on coach location cards */
.coach-location-card__booking { align-self:flex-start; background:#fff; border:1px solid #90aa98; border-radius:5px; color:#2d613d; display:inline-flex; font-size:.84rem; font-weight:700; line-height:1.2; margin:0; padding:8px 10px; text-decoration:none; white-space:nowrap; }
.coach-location-card__booking:hover,.coach-location-card__booking:focus { background:#eef6f0; border-color:#4e895e; color:#1d542d; text-decoration:none; }
@media (min-width:601px) { .coach-location-card__booking { align-self:center; } }
@media (max-width:600px) { .coach-location-card__booking { align-self:flex-start; margin-top:4px; } }

/* Keep claimed-profile status aligned with the established verified badge treatment. */
.coach-directory-card .coach-claimed { align-self:flex-start; margin:13px 0 8px; }

/* Equal-height paid options on desktop dashboard. */
@media (min-width:701px) { .coach-campaign-product { display:flex; } .coach-campaign-product > span { display:flex; flex:1 1 auto; flex-direction:column; min-height:146px; } }

/* Separate dashboard success and error feedback from the preceding private-area header. */
.coach-dashboard-page .coach-form-hero + .alert { margin-top:18px; }

/* Direct Coach dashboard checkout */
.coach-campaign-live-status { background:#eef8f0; border:1px solid #b9dfc0; border-radius:7px; color:#285e36; font-size:.88rem; line-height:1.45; margin:0 0 13px; padding:10px 12px; }
.coach-campaign-live-status--full { background:#fff7e9; border-color:#ead2a1; color:#765314; }
.coach-campaign-payment-note { margin:14px 0 0 !important; max-width:700px; }
.coach-campaign-form > .btn { margin:0; }
.coach-dashboard-page .coach-form-hero { margin-top:22px; }
@media (max-width:700px) { .coach-dashboard-page .coach-form-hero { margin-top:16px; } }

/* Pending campaign payment action */
.coach-campaign-payment { align-items:center; display:flex; flex-wrap:wrap; gap:11px; margin:16px 0 0; padding-top:14px; border-top:1px solid #e3ece5; }
.coach-campaign-payment .btn { margin:0; }
.coach-campaign-payment span { color:#5f7064; font-size:.86rem; line-height:1.35; }
@media (max-width:600px) { .coach-campaign-payment { align-items:flex-start; flex-direction:column; gap:8px; } }

/* Free claimed-profile activity reporting */
.coach-profile-metrics { grid-template-columns:repeat(5,minmax(0,1fr)); }
.coach-profile-metrics > div { background:#f7fbf7; border-color:#d9e8dc; min-height:112px; }
.coach-profile-metrics small { color:#637567; display:block; font-size:.76rem; line-height:1.35; margin-top:5px; }
.coach-profile-metrics-note { margin:15px 0 0 !important; max-width:880px; }
@media (max-width:980px) { .coach-profile-metrics { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:620px) { .coach-profile-metrics { grid-template-columns:repeat(2,minmax(0,1fr)); } .coach-profile-metrics > div { min-height:102px; } }
@media (max-width:390px) { .coach-profile-metrics { grid-template-columns:1fr; } }

/* Claim-page value, quick-claim and compact additional-venue controls. */
.coach-claim-value { color:#2c5f3c !important; font-weight:700; margin:18px 0 8px !important; }
.coach-claim-stats-hook { color:#40664a !important; font-size:.92rem; font-weight:700; }
.coach-claim-confirmations { margin:0 0 20px; }
.coach-one-click-claim { background:#f1f9f2; border:1px solid #b8d9bf; border-radius:8px; margin:0 0 26px; padding:20px; }
.coach-one-click-claim .course-section__eyebrow { margin-bottom:5px; }
.coach-one-click-claim h2 { color:#1b4c2d; font-size:1.25rem; margin:0 0 7px; }
.coach-one-click-claim p { color:#506d57; line-height:1.5; margin:0 0 14px; }
.coach-one-click-claim small { color:#607265; display:block; font-size:.82rem; line-height:1.4; margin-top:10px; }
.coach-claim-edit-details { border:1px solid #dce7de; border-radius:7px; margin:0 0 26px; padding:0 17px; }
.coach-claim-edit-details summary { color:#245d37; cursor:pointer; font-weight:800; padding:16px 0; }
.coach-claim-edit-details:not([open]) > .coach-claim-edit-details__content { display:none; }
.coach-claim-edit-details__content { border-top:1px solid #e1ebe3; padding-top:22px; }
.coach-extra-venues { margin-top:13px; }
.coach-add-venue-link { background:transparent; border:0; color:#2b7042; font-size:.9rem; font-weight:800; padding:6px 0; text-decoration:underline; }
.coach-add-venue-link:hover, .coach-add-venue-link:focus { color:#174d2a; }
@media(max-width:600px){ .coach-claim-value { font-size:.94rem; } .coach-one-click-claim { padding:18px; } .coach-one-click-claim .btn { min-height:48px; width:100%; } .coach-claim-edit-details { padding:0 14px; } .coach-add-venue-link { min-height:44px; text-align:left; } }

