
.cnct-has-coach-profile .cnct-coach-profile-meta-bar{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:14px;
    margin:0 0 20px;
}

.cnct-has-coach-profile .cnct-coach-profile-meta-item{
    background:var(--cnct-surface);
    border:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent);
    border-radius:18px;
    box-shadow:0 16px 40px color-mix(in srgb, var(--cnct-text) 5%, transparent);
    padding:14px 16px;
}

.cnct-has-coach-profile .cnct-coach-profile-meta-item span{
    display:block;
    margin:0 0 6px;
    font-size:11px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--cnct-text-soft);
}

.cnct-has-coach-profile .cnct-coach-profile-meta-item strong{
    display:block;
    color:var(--cnct-text);
    font-size:15px;
    line-height:1.4;
}


.cnct-has-coach-profile .cnct-coach-profile-shell{
    max-width:1200px;
    margin:16px auto 0;
    display:grid;
    gap:20px;
}


.cnct-has-coach-profile .cnct-coach-profile-shell--no-custom-header{
    padding-inline:4px;
}

.cnct-has-coach-profile .cnct-coach-profile-grid--top{
    align-items:start;
}

.cnct-has-coach-profile .cnct-coach-profile-summary{
    margin:0 0 18px;
}

.cnct-has-coach-profile .cnct-coach-profile-summary__title{
    margin:0 0 8px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--cnct-accent);
}

.cnct-has-coach-profile .cnct-coach-profile-aside-meta{
    display:grid;
    gap:14px;
    margin-top:18px;
}
.cnct-has-coach-profile .cnct-coach-profile-intro,
.cnct-has-coach-profile .cnct-coach-profile-card{
    background:var(--cnct-surface);
    border:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent);
    border-radius:22px;
    box-shadow:0 20px 50px color-mix(in srgb, var(--cnct-text) 6%, transparent);
}

.cnct-has-coach-profile .cnct-coach-profile-intro{
    padding:28px;
    display:flex;
    gap:20px;
    justify-content:space-between;
    align-items:flex-start;
}

.cnct-has-coach-profile .cnct-coach-profile-eyebrow{
    display:inline-flex;
    font-size:12px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--cnct-accent);
    background:color-mix(in srgb, var(--cnct-accent) 8%, transparent);
    border-radius:999px;
    padding:8px 12px;
    margin-bottom:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-title{
    margin:0 0 8px;
    font-size:32px;
    line-height:1.15;
    color:var(--cnct-text);
}

.cnct-has-coach-profile .cnct-coach-profile-tagline{
    margin:0;
    max-width:720px;
    font-size:16px;
    line-height:1.65;
    color:var(--cnct-text-soft);
}

.cnct-has-coach-profile .cnct-coach-profile-meta,
.cnct-has-coach-profile .cnct-coach-profile-tags,
.cnct-has-coach-profile .cnct-coach-profile-intro__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-meta{ margin-top:16px; }

.cnct-has-coach-profile .cnct-coach-profile-chip,
.cnct-has-coach-profile .cnct-coach-profile-tag{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:8px 14px;
    border-radius:999px;
    background:var(--cnct-surface-alt);
    color:var(--cnct-text);
    font-size:14px;
    font-weight:600;
}

.cnct-has-coach-profile .cnct-coach-profile-intro__actions{
    min-width:220px;
    justify-content:flex-end;
}

.cnct-has-coach-profile .cnct-coach-profile-intro__actions--inline{
    min-width:0;
    justify-content:flex-start;
}

.cnct-has-coach-profile .cnct-coach-profile-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 16px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:transform .18s ease, box-shadow .18s ease;
}

.cnct-has-coach-profile .cnct-coach-profile-btn:hover{
    transform:translateY(-1px);
}

.cnct-has-coach-profile .cnct-btn-primary{ background:var(--cnct-text); color:var(--cnct-surface); }
.cnct-has-coach-profile .cnct-btn-secondary{ background:var(--cnct-accent-soft); color:var(--cnct-accent-strong); }
.cnct-has-coach-profile .cnct-btn-ghost{ background:var(--cnct-surface-alt); color:var(--cnct-text); border:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent); }

.cnct-has-coach-profile .cnct-coach-profile-grid{
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);
    gap:20px;
}

.cnct-has-coach-profile .cnct-coach-profile-grid--secondary{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.cnct-has-coach-profile .cnct-coach-profile-card{ padding:24px; }

.cnct-has-coach-profile .cnct-coach-profile-card__head h3{
    margin:0 0 18px;
    font-size:18px;
    color:var(--cnct-text);
}

.cnct-has-coach-profile .cnct-coach-profile-card__body p,
.cnct-has-coach-profile .cnct-coach-profile-cta-row p,
.cnct-has-coach-profile .cnct-coach-profile-offer p{
    margin:0;
    color:var(--cnct-text-soft);
    line-height:1.7;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-list{
    display:grid;
    gap:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat{
    border:1px solid color-mix(in srgb, var(--cnct-text) 6%, transparent);
    border-radius:16px;
    padding:14px 16px;
    background:var(--cnct-surface-alt);
}

.cnct-has-coach-profile .cnct-coach-profile-stat span{
    display:block;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:var(--cnct-text-soft);
    margin-bottom:6px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat strong{
    color:var(--cnct-text);
    font-size:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-offers{
    display:grid;
    gap:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-offer{
    padding:18px;
    border-radius:18px;
    background:linear-gradient(180deg,var(--cnct-surface-alt) 0%, var(--cnct-surface-alt) 100%);
    border:1px solid color-mix(in srgb, var(--cnct-text) 6%, transparent);
}

.cnct-has-coach-profile .cnct-coach-profile-offer h4{
    margin:0 0 8px;
    color:var(--cnct-text);
    font-size:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-offer a{
    display:inline-flex;
    margin-top:12px;
    font-weight:600;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-cta-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

@media (max-width: 900px){
    .cnct-has-coach-profile .cnct-coach-profile-intro,
    .cnct-has-coach-profile .cnct-coach-profile-cta-row{
        flex-direction:column;
        align-items:flex-start;
    }

    .cnct-has-coach-profile .cnct-coach-profile-grid,
    .cnct-has-coach-profile .cnct-coach-profile-grid--secondary{
        grid-template-columns:1fr;
    }

    .cnct-has-coach-profile .cnct-coach-profile-intro__actions{
        min-width:0;
        justify-content:flex-start;
    }
}


/* v3.68.4 – coach profile booking button consistency */
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:link,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:visited,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:visited{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    padding:0 18px;
    border-radius:14px;
    border:1px solid transparent;
    background:linear-gradient(135deg,var(--cnct-accent) 0%,var(--cnct-accent) 54%,var(--cnct-accent-strong) 100%);
    color:var(--cnct-surface) !important;
    -webkit-text-fill-color:currentColor;
    font-size:15px;
    line-height:1.1;
    font-weight:700;
    white-space:nowrap;
    text-decoration:none;
}

.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:hover,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:focus,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:focus-visible,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:hover,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:focus,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:focus-visible{
    background:linear-gradient(135deg,color-mix(in srgb, var(--cnct-accent-strong) 70%, black) 0%,color-mix(in srgb, var(--cnct-accent-strong) 85%, black) 52%,var(--cnct-accent-strong) 100%);
    border-color:color-mix(in srgb, var(--cnct-accent-strong) 70%, black);
    color:var(--cnct-surface-alt) !important;
    -webkit-text-fill-color:currentColor;
}

.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary *,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link *,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link svg{
    color:inherit !important;
    fill:none;
    stroke:currentColor;
}


/* v3.68.5 – BuddyBoss profile header booking CTA hardening */
.cnct-bp-booking-profile,
.cnct-bp-booking-profile .cnct-booking-link,
.cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-bp-booking-profile .cnct-booking-link:visited{
    max-width:none !important;
}

.cnct-bp-booking-profile .cnct-booking-link,
.cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-bp-booking-profile .cnct-booking-link:visited{
    display:inline-flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    width:auto !important;
    min-width:168px !important;
    max-width:none !important;
    height:auto !important;
    min-height:46px !important;
    padding:0 18px !important;
    margin:0 !important;
    border-radius:14px !important;
    border:1px solid transparent !important;
    background:linear-gradient(135deg,var(--cnct-accent) 0%,var(--cnct-accent) 54%,var(--cnct-accent-strong) 100%) !important;
    color:var(--cnct-surface) !important;
    -webkit-text-fill-color:currentColor !important;
    font-size:15px !important;
    line-height:1.1 !important;
    font-weight:700 !important;
    white-space:nowrap !important;
    text-decoration:none !important;
    text-indent:0 !important;
    overflow:visible !important;
    vertical-align:middle !important;
}

.cnct-bp-booking-profile .cnct-booking-link:hover,
.cnct-bp-booking-profile .cnct-booking-link:focus,
.cnct-bp-booking-profile .cnct-booking-link:focus-visible{
    background:linear-gradient(135deg,color-mix(in srgb, var(--cnct-accent-strong) 70%, black) 0%,color-mix(in srgb, var(--cnct-accent-strong) 85%, black) 52%,var(--cnct-accent-strong) 100%) !important;
    border-color:color-mix(in srgb, var(--cnct-accent-strong) 70%, black) !important;
    color:var(--cnct-surface-alt) !important;
    -webkit-text-fill-color:currentColor !important;
}

.cnct-bp-booking-profile .cnct-booking-link span,
.cnct-bp-booking-profile .cnct-booking-link .cnct-booking-link-icon,
.cnct-bp-booking-profile .cnct-booking-link .cnct-booking-link-icon svg,
.cnct-bp-booking-profile .cnct-booking-link *{
    position:static !important;
    display:inline-flex;
    align-items:center;
    color:inherit !important;
    fill:none;
    stroke:currentColor;
    opacity:1 !important;
    visibility:visible !important;
    text-indent:0 !important;
}

.cnct-bp-booking-profile .cnct-booking-link span{
    white-space:nowrap !important;
    line-height:1.1 !important;
}


/* v3.73.2 – existing client booking text links */
.cnct-has-coach-profile .cnct-coach-profile-cta-actions,
.cnct-has-coach-profile .cnct-coach-profile-aside-meta{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link-wrap{
    display:flex;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:visited{
    color:var(--cnct-accent);
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link:hover,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus-visible{
    color:var(--cnct-accent);
    text-decoration:underline;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link-wrap{
    margin-top:8px;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:visited{
    color:var(--cnct-accent) !important;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link:hover,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus-visible{
    color:var(--cnct-accent) !important;
    text-decoration:underline;
}


/* v3.73.3 – BuddyBoss profile booking CTA polish */
.cnct-bp-booking-profile .cnct-booking-action-button,
.cnct-bp-booking-profile .cnct-booking-action-button:link,
.cnct-bp-booking-profile .cnct-booking-action-button:visited{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:168px !important;
    min-height:48px !important;
    padding:12px 18px !important;
    border-radius:14px !important;
    border:1px solid transparent !important;
    background:linear-gradient(135deg,var(--cnct-accent) 0%,var(--cnct-accent) 54%,var(--cnct-accent-strong) 100%) !important;
    color:var(--cnct-surface) !important;
    -webkit-text-fill-color:currentColor !important;
    font-size:15px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    text-decoration:none !important;
    box-shadow:0 10px 24px color-mix(in srgb, var(--cnct-accent) 18%, transparent) !important;
    text-align:center !important;
}

.cnct-bp-booking-profile .cnct-booking-action-button:hover,
.cnct-bp-booking-profile .cnct-booking-action-button:focus,
.cnct-bp-booking-profile .cnct-booking-action-button:focus-visible{
    background:linear-gradient(135deg,color-mix(in srgb, var(--cnct-accent-strong) 70%, black) 0%,color-mix(in srgb, var(--cnct-accent-strong) 85%, black) 52%,var(--cnct-accent-strong) 100%) !important;
    border-color:color-mix(in srgb, var(--cnct-accent-strong) 70%, black) !important;
    color:var(--cnct-surface-alt) !important;
    -webkit-text-fill-color:currentColor !important;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:visited{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:168px !important;
    min-height:44px !important;
    padding:10px 18px !important;
    border-radius:12px !important;
    border:1px solid var(--cnct-text) !important;
    background:var(--cnct-text) !important;
    color:var(--cnct-surface) !important;
    -webkit-text-fill-color:currentColor !important;
    font-size:15px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    text-decoration:none !important;
    box-shadow:0 8px 18px color-mix(in srgb, var(--cnct-text) 16%, transparent) !important;
    text-align:center !important;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link:hover,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus-visible{
    background:var(--cnct-text-strong) !important;
    border-color:var(--cnct-text-strong) !important;
    color:var(--cnct-surface) !important;
    text-decoration:none !important;
}


/* v3.73.5 – hardened BuddyBoss profile booking CTA stack */
.cnct-bp-booking-profile.cnct-profile-booking-stack{
    display:block !important;
    width:auto !important;
    max-width:none !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-stack-inner{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
    width:100% !important;
    max-width:272px !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn:link,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn:visited{
    all:unset;
    box-sizing:border-box;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:52px !important;
    padding:14px 18px !important;
    margin:0 !important;
    float:none !important;
    border-radius:12px !important;
    font-size:15px !important;
    line-height:1.28 !important;
    font-weight:700 !important;
    text-align:center !important;
    text-decoration:none !important;
    background-image:none !important;
    cursor:pointer;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:link,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:visited{
    background:var(--cnct-danger) !important;
    background-color:var(--cnct-danger) !important;
    border:1px solid var(--cnct-danger) !important;
    color:var(--cnct-surface) !important;
    -webkit-text-fill-color:currentColor !important;
    box-shadow:0 12px 24px color-mix(in srgb, var(--cnct-danger) 16%, transparent) !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:hover,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:focus,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:focus-visible{
    background:color-mix(in srgb, var(--cnct-danger) 80%, black) !important;
    background-color:color-mix(in srgb, var(--cnct-danger) 80%, black) !important;
    border-color:color-mix(in srgb, var(--cnct-danger) 80%, black) !important;
    color:var(--cnct-surface) !important;
    text-decoration:none !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:link,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:visited{
    background:var(--cnct-text) !important;
    background-color:var(--cnct-text) !important;
    border:1px solid var(--cnct-text) !important;
    color:var(--cnct-surface) !important;
    -webkit-text-fill-color:currentColor !important;
    box-shadow:0 10px 22px color-mix(in srgb, var(--cnct-text) 16%, transparent) !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:hover,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:focus,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:focus-visible{
    background:var(--cnct-text-strong) !important;
    background-color:var(--cnct-text-strong) !important;
    border-color:var(--cnct-text-strong) !important;
    color:var(--cnct-surface) !important;
    text-decoration:none !important;
}

.cnct-has-coach-profile .cnct-coach-profile-intro__actions--inline,
.cnct-has-coach-profile .cnct-coach-profile-cta-actions{
    align-items:flex-start;
}

.cnct-has-coach-profile .cnct-coach-profile-cta-btn,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:visited{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 18px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
    line-height:1.2;
    border:1px solid transparent;
}

.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:link,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:visited{
    background:var(--cnct-danger);
    border-color:var(--cnct-danger);
    color:var(--cnct-surface);
    box-shadow:0 10px 24px color-mix(in srgb, var(--cnct-danger) 14%, transparent);
}

.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:hover,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:focus,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:focus-visible{
    background:color-mix(in srgb, var(--cnct-danger) 80%, black);
    border-color:color-mix(in srgb, var(--cnct-danger) 80%, black);
    color:var(--cnct-surface);
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link-wrap{
    margin-top:2px;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:visited{
    color:var(--cnct-text);
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link:hover,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus-visible{
    color:var(--cnct-text);
    text-decoration:underline;
}
/* v3.76.56 – Rebuilt CoachFinder layout without native duplicate renderers */
.cnct-has-coach-profile .cnct-coach-profile-shell--structured{
    width:100%;
    max-width:none;
    margin:22px 0 30px;
    padding:0;
    clear:both;
}

.cnct-has-coach-profile .cnct-coach-profile-main-grid{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(300px, 360px);
    gap:20px;
    align-items:start;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-main-column,
.cnct-has-coach-profile .cnct-coach-profile-sidebar{
    display:flex;
    flex-direction:column;
    gap:20px;
    min-width:0;
}

.cnct-has-coach-profile .cnct-coach-profile-card{
    width:100%;
    max-width:none;
    margin:0;
    padding:22px;
    background:var(--cnct-surface);
    border:1px solid color-mix(in srgb, var(--cnct-text) 10%, transparent);
    border-radius:16px;
    box-shadow:none;
    color:var(--cnct-text-strong);
    box-sizing:border-box;
}

.cnct-has-coach-profile .cnct-coach-profile-card--compact{
    padding:18px;
}

.cnct-has-coach-profile .cnct-coach-profile-card-head,
.cnct-has-coach-profile .cnct-coach-profile-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:0 0 18px;
    padding-bottom:14px;
    border-bottom:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent);
}

.cnct-has-coach-profile .cnct-coach-profile-card h3,
.cnct-has-coach-profile .cnct-coach-profile-card-head h3,
.cnct-has-coach-profile .cnct-coach-profile-section-head h3{
    margin:0;
    font-size:18px;
    line-height:1.25;
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-profile-field-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.cnct-has-coach-profile .cnct-coach-profile-field-list--compact{
    gap:14px;
}

.cnct-has-coach-profile .cnct-coach-profile-field-row{
    display:grid;
    grid-template-columns:minmax(120px, 180px) minmax(0,1fr);
    gap:18px;
    align-items:start;
    padding:0;
    margin:0;
}

.cnct-has-coach-profile .cnct-coach-profile-field-row + .cnct-coach-profile-field-row{
    padding-top:14px;
    border-top:1px solid color-mix(in srgb, var(--cnct-text) 6%, transparent);
}

.cnct-has-coach-profile .cnct-coach-profile-field-row h4{
    margin:0;
    color:var(--cnct-text-soft);
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    line-height:1.45;
}

.cnct-has-coach-profile .cnct-coach-profile-richtext{
    min-width:0;
    color:var(--cnct-text-soft);
    font-size:14px;
    line-height:1.75;
}

.cnct-has-coach-profile .cnct-coach-profile-richtext p{
    margin:0 0 12px;
}

.cnct-has-coach-profile .cnct-coach-profile-richtext p:last-child{
    margin-bottom:0;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-actions,
.cnct-has-coach-profile .cnct-coach-profile-website-actions{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn,
.cnct-has-coach-profile .cnct-coach-profile-website-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    border-radius:10px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 12%, transparent);
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    line-height:1.25;
    text-align:center;
    box-shadow:none !important;
    transition:background .15s ease, border-color .15s ease, color .15s ease;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:link,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:visited{
    background:var(--cnct-text-strong);
    border-color:var(--cnct-text-strong);
    color:var(--cnct-surface);
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:hover,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:focus{
    background:var(--cnct-text);
    border-color:var(--cnct-text);
    color:var(--cnct-surface);
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:link,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:visited,
.cnct-has-coach-profile .cnct-coach-profile-website-btn,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:visited{
    background:var(--cnct-surface);
    border-color:color-mix(in srgb, var(--cnct-text) 14%, transparent);
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:hover,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:focus,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:hover,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:focus{
    background:var(--cnct-surface-alt);
    border-color:color-mix(in srgb, var(--cnct-text) 24%, transparent);
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-profile-stat-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card{
    min-width:0;
    padding:12px 8px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent);
    border-radius:12px;
    background:var(--cnct-surface-alt);
    text-align:center;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card strong{
    display:block;
    font-size:20px;
    line-height:1;
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card span{
    display:block;
    margin-top:6px;
    font-size:10px;
    font-weight:800;
    color:var(--cnct-text-soft);
    text-transform:uppercase;
    letter-spacing:.04em;
}

.cnct-has-coach-profile .cnct-coach-profile-mini-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-mini-list a{
    color:var(--cnct-text-strong);
    font-weight:800;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-mini-list a:hover{
    text-decoration:underline;
}

.cnct-has-coach-profile .cnct-coach-profile-courses-section{
    margin-top:20px;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-course-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    border:1px solid color-mix(in srgb, var(--cnct-text) 10%, transparent);
    border-radius:14px;
    background:var(--cnct-surface);
    box-shadow:none;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__image{
    display:block;
    width:100%;
    aspect-ratio:16/10;
    overflow:hidden;
    background:var(--cnct-surface-alt);
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__image span{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:800;
    color:var(--cnct-text-soft);
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:0;
    padding:14px;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body h4{
    margin:0 0 10px;
    font-size:14px;
    line-height:1.35;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body h4 a{
    color:var(--cnct-text-strong);
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body p{
    margin:0 0 14px;
    color:var(--cnct-text-soft);
    font-size:13px;
    line-height:1.55;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:auto;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__footer span{
    font-weight:800;
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__footer a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 10px;
    border-radius:9px;
    background:var(--cnct-text-strong);
    color:var(--cnct-surface);
    font-size:12px;
    font-weight:800;
    line-height:1;
    text-decoration:none;
    white-space:nowrap;
}

@media (max-width: 1180px){
    .cnct-has-coach-profile .cnct-coach-profile-course-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 980px){
    .cnct-has-coach-profile .cnct-coach-profile-main-grid{
        grid-template-columns:1fr;
    }
    .cnct-has-coach-profile .cnct-coach-profile-course-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-card{
        padding:18px;
    }
    .cnct-has-coach-profile .cnct-coach-profile-field-row{
        grid-template-columns:1fr;
        gap:6px;
    }
    .cnct-has-coach-profile .cnct-coach-profile-course-grid,
    .cnct-has-coach-profile .cnct-coach-profile-stat-grid{
        grid-template-columns:1fr;
    }
}

/* v3.76.58 – Coach profile reviews */
.cnct-has-coach-profile .cnct-coach-profile-reviews-section{
    margin-top:20px;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-reviews-head{
    align-items:flex-start;
    gap:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-reviews-head p{
    margin:6px 0 0;
    color:var(--cnct-text-soft);
    font-size:13px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
    min-width:220px;
    color:var(--cnct-text-soft);
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary strong{
    color:var(--cnct-text-strong);
    font-size:14px;
    font-weight:900;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary > span:last-child{
    color:var(--cnct-text-soft);
    font-size:12px;
    font-weight:700;
}

.cnct-has-coach-profile .cnct-coach-review-stars{
    position:relative;
    display:inline-flex;
    line-height:1;
    font-size:15px;
    letter-spacing:1px;
    vertical-align:middle;
}

.cnct-has-coach-profile .cnct-coach-review-stars-base{
    color:var(--cnct-border);
}

.cnct-has-coach-profile .cnct-coach-review-stars-fill{
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    white-space:nowrap;
    color:var(--cnct-warning);
}

.cnct-has-coach-profile .cnct-coach-review-notice{
    margin:16px 0 0;
    padding:12px 14px;
    border-radius:14px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 10%, transparent);
    background:var(--cnct-surface-alt);
    color:var(--cnct-text-soft);
    font-size:13px;
    font-weight:800;
}

.cnct-has-coach-profile .cnct-coach-review-notice--success{
    border-color:color-mix(in srgb, var(--cnct-success) 22%, transparent);
    background:var(--cnct-success-soft);
    color:color-mix(in srgb, var(--cnct-success) 55%, black);
}

.cnct-has-coach-profile .cnct-coach-review-notice--error{
    border-color:color-mix(in srgb, var(--cnct-danger) 22%, transparent);
    background:var(--cnct-danger-soft);
    color:color-mix(in srgb, var(--cnct-danger) 55%, black);
}

.cnct-has-coach-profile .cnct-coach-review-notice--info{
    border-color:color-mix(in srgb, var(--cnct-info) 18%, transparent);
    background:var(--cnct-info-soft);
    color:color-mix(in srgb, var(--cnct-info) 55%, black);
}

.cnct-has-coach-profile .cnct-coach-profile-reviews-layout{
    display:grid;
    grid-template-columns:minmax(280px, .72fr) minmax(0, 1.28fr);
    gap:18px;
    margin-top:18px;
    align-items:start;
}

.cnct-has-coach-profile .cnct-coach-profile-review-form-card,
.cnct-has-coach-profile .cnct-coach-profile-review-list-card{
    min-width:0;
    border:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent);
    border-radius:18px;
    background:var(--cnct-surface-alt);
    padding:18px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-form-card h4,
.cnct-has-coach-profile .cnct-coach-profile-review-list-card h4{
    margin:0 0 12px;
    color:var(--cnct-text-strong);
    font-size:15px;
    line-height:1.35;
}

.cnct-has-coach-profile .cnct-coach-profile-review-form-card p,
.cnct-has-coach-profile .cnct-coach-profile-review-list-card p{
    margin:0;
    color:var(--cnct-text-soft);
    font-size:13px;
    line-height:1.6;
}

.cnct-has-coach-profile .cnct-coach-review-login,
.cnct-has-coach-profile .cnct-coach-review-login:link,
.cnct-has-coach-profile .cnct-coach-review-login:visited,
.cnct-has-coach-profile .cnct-coach-review-form button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    margin-top:14px;
    padding:10px 14px;
    border:0;
    border-radius:11px;
    background:var(--cnct-text-strong);
    color:var(--cnct-surface);
    font-size:13px;
    font-weight:900;
    line-height:1;
    text-decoration:none;
    cursor:pointer;
}

.cnct-has-coach-profile .cnct-coach-review-login:hover,
.cnct-has-coach-profile .cnct-coach-review-login:focus,
.cnct-has-coach-profile .cnct-coach-review-form button:hover,
.cnct-has-coach-profile .cnct-coach-review-form button:focus{
    background:var(--cnct-text);
    color:var(--cnct-surface);
}

.cnct-has-coach-profile .cnct-coach-review-form{
    display:grid;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-review-label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin:0;
    color:var(--cnct-text-strong);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.cnct-has-coach-profile .cnct-coach-review-label span{
    color:var(--cnct-text-soft);
    font-size:11px;
    font-weight:800;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-bottom:4px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input label{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:8px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 10%, transparent);
    border-radius:12px;
    background:var(--cnct-surface);
    color:var(--cnct-text-soft);
    cursor:pointer;
    transition:background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input label span{
    display:block;
    min-height:16px;
    color:var(--cnct-warning);
    font-size:13px;
    line-height:1;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input label small{
    display:block;
    margin-top:4px;
    color:var(--cnct-text-soft);
    font-size:11px;
    font-weight:900;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input input:focus + label,
.cnct-has-coach-profile .cnct-coach-review-rating-input input:checked + label{
    border-color:var(--cnct-text-strong);
    background:var(--cnct-surface);
    color:var(--cnct-text-strong);
    box-shadow:0 0 0 3px color-mix(in srgb, var(--cnct-text) 8%, transparent);
}

.cnct-has-coach-profile .cnct-coach-review-rating-input input:checked + label small{
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-review-form textarea{
    width:100%;
    min-height:96px;
    padding:12px 13px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 12%, transparent);
    border-radius:14px;
    background:var(--cnct-surface);
    color:var(--cnct-text-strong);
    font-size:14px;
    line-height:1.5;
    resize:vertical;
}

.cnct-has-coach-profile .cnct-coach-review-form textarea:focus{
    outline:none;
    border-color:var(--cnct-text-strong);
    box-shadow:0 0 0 3px color-mix(in srgb, var(--cnct-text) 8%, transparent);
}

.cnct-has-coach-profile .cnct-coach-review-help{
    margin:-2px 0 0 !important;
    font-size:12px !important;
    color:var(--cnct-text-soft) !important;
}

.cnct-has-coach-profile .cnct-coach-review-own{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}

.cnct-has-coach-profile .cnct-coach-review-own strong{
    color:var(--cnct-text-strong);
    font-size:13px;
}

.cnct-has-coach-profile .cnct-coach-review-list{
    display:grid;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-review-item{
    padding:14px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent);
    border-radius:15px;
    background:var(--cnct-surface);
}

.cnct-has-coach-profile .cnct-coach-review-item header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:8px;
}

.cnct-has-coach-profile .cnct-coach-review-item header strong{
    display:block;
    color:var(--cnct-text-strong);
    font-size:13px;
    line-height:1.35;
}

.cnct-has-coach-profile .cnct-coach-review-item header span{
    display:block;
    margin-top:2px;
    color:var(--cnct-text-soft);
    font-size:11px;
    font-weight:800;
}

.cnct-has-coach-profile .cnct-coach-review-item-rating{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:6px;
    text-align:right;
}

.cnct-has-coach-profile .cnct-coach-review-item-rating small{
    color:var(--cnct-text-soft);
    font-size:11px;
    font-weight:900;
}

.cnct-has-coach-profile .cnct-coach-review-empty{
    padding:14px;
    border:1px dashed color-mix(in srgb, var(--cnct-text) 16%, transparent);
    border-radius:14px;
    background:var(--cnct-surface);
}

@media (max-width: 980px){
    .cnct-has-coach-profile .cnct-coach-profile-reviews-layout{
        grid-template-columns:1fr;
    }
    .cnct-has-coach-profile .cnct-coach-profile-review-summary{
        justify-content:flex-start;
    }
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-review-rating-input{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .cnct-has-coach-profile .cnct-coach-review-item header{
        flex-direction:column;
    }
    .cnct-has-coach-profile .cnct-coach-review-item-rating{
        justify-content:flex-start;
        text-align:left;
    }
}

/* v3.76.59 – Coach profile course KPI grid */
.cnct-has-coach-profile .cnct-coach-profile-card--stats .cnct-coach-profile-stat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

/* v3.76.60 – Sidebar review summary and six KPI stats */
.cnct-has-coach-profile .cnct-coach-profile-card--review-summary h3{
    margin-bottom:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 8%, transparent);
    border-radius:14px;
    background:var(--cnct-surface-alt);
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review > div{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:3px;
    min-width:0;
    text-align:right;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review strong{
    color:var(--cnct-text-strong);
    font-size:15px;
    font-weight:900;
    line-height:1.15;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review span{
    color:var(--cnct-text-soft);
    font-size:11px;
    font-weight:800;
    line-height:1.25;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.cnct-has-coach-profile .cnct-coach-profile-card--stats .cnct-coach-profile-stat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
        align-items:flex-start;
        flex-direction:column;
    }
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review > div{
        align-items:flex-start;
        text-align:left;
    }
}

/* v3.76.61 – Professional sidebar review summary refinement */
.cnct-has-coach-profile .cnct-coach-profile-card--review-summary{
    border-color:color-mix(in srgb, var(--cnct-text) 8%, transparent);
    background:var(--cnct-surface);
}

.cnct-has-coach-profile .cnct-coach-profile-card--review-summary h3{
    margin:0 0 10px;
    font-size:14px;
    line-height:1.35;
    font-weight:600;
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    align-items:center;
    justify-content:initial;
    gap:14px;
    padding:14px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 7%, transparent);
    border-radius:16px;
    background:linear-gradient(180deg,var(--cnct-surface) 0%,var(--cnct-surface-alt) 100%);
    box-shadow:0 10px 24px color-mix(in srgb, var(--cnct-text) 4%, transparent);
}

.cnct-has-coach-profile .cnct-coach-profile-card--review-summary .cnct-coach-review-stars{
    align-self:center;
    font-size:14px;
    line-height:1.4;
    letter-spacing:.5px;
    vertical-align:baseline;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review > .cnct-coach-profile-sidebar-review-meta{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:2px;
    min-width:0;
    text-align:right;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review .cnct-coach-profile-sidebar-review-score{
    display:block;
    color:var(--cnct-text-strong);
    font-size:14px;
    font-weight:400;
    line-height:1.35;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review .cnct-coach-profile-sidebar-review-count{
    display:block;
    color:var(--cnct-text-soft);
    font-size:12px;
    font-weight:400;
    line-height:1.35;
    text-transform:none;
    letter-spacing:0;
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
        grid-template-columns:1fr;
    }
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review > .cnct-coach-profile-sidebar-review-meta{
        align-items:flex-start;
        text-align:left;
    }
}



/* v3.76.62 – calmer profile button typography and premium statistic cards */
.cnct-has-coach-profile .cnct-coach-profile-btn,
.cnct-has-coach-profile a.cnct-coach-profile-btn,
.cnct-has-coach-profile a.cnct-coach-profile-btn:link,
.cnct-has-coach-profile a.cnct-coach-profile-btn:visited,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:link,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:visited,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:visited,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:visited,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn:visited,
.cnct-has-coach-profile .cnct-coach-profile-website-btn,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:visited,
.cnct-has-coach-profile .cnct-coach-profile-course-card__footer a,
.cnct-has-coach-profile .cnct-coach-review-login,
.cnct-has-coach-profile .cnct-coach-review-form button,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:visited,
.cnct-bp-booking-profile .cnct-booking-action-button,
.cnct-bp-booking-profile .cnct-booking-action-button:link,
.cnct-bp-booking-profile .cnct-booking-action-button:visited{
    font-weight:500 !important;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-card--stats{
    border-color:color-mix(in srgb, var(--cnct-text) 8%, transparent);
    background:linear-gradient(180deg,var(--cnct-surface) 0%,color-mix(in srgb, var(--cnct-info) 3%, var(--cnct-surface)) 100%);
}

.cnct-has-coach-profile .cnct-coach-profile-card--stats h3{
    margin-bottom:12px;
    font-weight:500;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card{
    position:relative;
    display:flex;
    min-height:68px;
    padding:13px 14px 12px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    overflow:hidden;
    border:1px solid color-mix(in srgb, var(--cnct-text) 7.5%, transparent);
    border-radius:16px;
    background:linear-gradient(180deg,var(--cnct-surface) 0%,var(--cnct-surface-alt) 100%);
    text-align:left;
    box-shadow:0 10px 24px color-mix(in srgb, var(--cnct-text) 3.5%, transparent);
}


.cnct-has-coach-profile .cnct-coach-profile-stat-value,
.cnct-has-coach-profile .cnct-coach-profile-stat-card strong{
    position:relative;
    z-index:1;
    display:block;
    color:var(--cnct-text-strong);
    font-size:20px;
    font-weight:400;
    line-height:1.05;
    letter-spacing:-.02em;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-label,
.cnct-has-coach-profile .cnct-coach-profile-stat-card > span:not(.cnct-coach-profile-stat-value){
    position:relative;
    z-index:1;
    display:block;
    margin-top:7px;
    color:var(--cnct-text-soft);
    font-size:11px;
    font-weight:400;
    line-height:1.25;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card > .cnct-coach-profile-stat-value{
    margin-top:0;
    color:var(--cnct-text-strong);
    font-size:20px;
    font-weight:400;
    line-height:1.05;
    letter-spacing:-.02em;
}

@media (max-width: 420px){
    .cnct-has-coach-profile .cnct-coach-profile-stat-grid{
        grid-template-columns:1fr;
    }
}


/* v3.76.63: Coach profile stats cleanup + professional community cards */
.cnct-has-coach-profile .cnct-coach-profile-stat-card::after{
    content:none !important;
    display:none !important;
}

.cnct-has-coach-profile .cnct-coach-profile-card--communities{
    border-color:color-mix(in srgb, var(--cnct-text) 8%, transparent);
    background:linear-gradient(180deg,var(--cnct-surface) 0%,color-mix(in srgb, var(--cnct-info) 3%, var(--cnct-surface)) 100%);
}

.cnct-has-coach-profile .cnct-coach-profile-card-head--compact{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-card-head--compact h3{
    margin:0;
    font-weight:500;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-card-head--compact > span{
    display:inline-flex;
    min-width:24px;
    height:24px;
    padding:0 8px;
    align-items:center;
    justify-content:center;
    border:1px solid color-mix(in srgb, var(--cnct-teal) 18%, transparent);
    border-radius:999px;
    background:color-mix(in srgb, var(--cnct-teal) 8%, transparent);
    color:var(--cnct-teal);
    font-size:12px;
    font-weight:400;
    line-height:1;
}

.cnct-has-coach-profile .cnct-coach-profile-community-list{
    display:grid;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-community-card,
.cnct-has-coach-profile .cnct-coach-profile-community-card:link,
.cnct-has-coach-profile .cnct-coach-profile-community-card:visited{
    display:grid;
    grid-template-columns:52px minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    min-height:70px;
    padding:9px 10px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 7.5%, transparent);
    border-radius:16px;
    background:var(--cnct-surface);
    color:var(--cnct-text-strong);
    text-decoration:none;
    box-shadow:0 10px 24px color-mix(in srgb, var(--cnct-text) 3.5%, transparent);
    transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cnct-has-coach-profile .cnct-coach-profile-community-card:hover,
.cnct-has-coach-profile .cnct-coach-profile-community-card:focus-visible{
    border-color:color-mix(in srgb, var(--cnct-teal) 26%, transparent);
    box-shadow:0 14px 30px color-mix(in srgb, var(--cnct-text) 7%, transparent);
    transform:translateY(-1px);
    color:var(--cnct-text-strong);
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-community-media{
    display:flex;
    width:52px;
    height:52px;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:14px;
    background:linear-gradient(135deg,color-mix(in srgb, var(--cnct-teal) 16%, transparent),color-mix(in srgb, var(--cnct-text) 6%, transparent));
    color:var(--cnct-teal);
    font-size:18px;
    font-weight:500;
}

.cnct-has-coach-profile .cnct-coach-profile-community-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.cnct-has-coach-profile .cnct-coach-profile-community-media--cover{
    border-radius:15px;
}

.cnct-has-coach-profile .cnct-coach-profile-community-body{
    display:flex;
    min-width:0;
    flex-direction:column;
    gap:5px;
}

.cnct-has-coach-profile .cnct-coach-profile-community-title{
    overflow:hidden;
    color:var(--cnct-text-strong);
    font-size:14px;
    font-weight:500;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.cnct-has-coach-profile .cnct-coach-profile-community-meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    color:var(--cnct-text-soft);
    font-size:11px;
    font-weight:400;
    line-height:1.2;
}

.cnct-has-coach-profile .cnct-coach-profile-community-meta span + span::before{
    content:"•";
    margin-right:6px;
    color:var(--cnct-text-soft);
}

.cnct-has-coach-profile .cnct-coach-profile-community-arrow{
    display:flex;
    width:26px;
    height:26px;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:var(--cnct-surface-alt);
    color:var(--cnct-text-soft);
    font-size:15px;
    font-weight:400;
    line-height:1;
}

.cnct-has-coach-profile .cnct-coach-profile-community-card:hover .cnct-coach-profile-community-arrow,
.cnct-has-coach-profile .cnct-coach-profile-community-card:focus-visible .cnct-coach-profile-community-arrow{
    background:color-mix(in srgb, var(--cnct-teal) 10%, transparent);
    color:var(--cnct-teal);
}

/* v3.76.64 – Dynamic Google-like star picker for coach reviews */
.cnct-has-coach-profile .cnct-coach-review-rating-picker{
    display:grid;
    gap:8px;
    margin-bottom:4px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-picker .screen-reader-text{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}

.cnct-has-coach-profile .cnct-coach-review-star-row{
    display:inline-flex;
    justify-content:flex-end;
    align-items:center;
    gap:6px;
    width:max-content;
    max-width:100%;
    padding:10px 12px;
    border:1px solid color-mix(in srgb, var(--cnct-text) 10%, transparent);
    border-radius:16px;
    background:var(--cnct-surface);
    box-shadow:0 12px 26px color-mix(in srgb, var(--cnct-text) 5%, transparent);
}

.cnct-has-coach-profile .cnct-coach-review-star{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:0 !important;
    min-height:0 !important;
    width:34px !important;
    height:34px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:999px !important;
    background:transparent !important;
    box-shadow:none !important;
    color:var(--cnct-border-strong) !important;
    cursor:pointer;
    transform:none;
    transition:color .16s ease, transform .16s ease, background .16s ease;
}

.cnct-has-coach-profile .cnct-coach-review-star span{
    display:block;
    color:currentColor !important;
    font-size:29px !important;
    line-height:1 !important;
    letter-spacing:0 !important;
}

.cnct-has-coach-profile .cnct-coach-review-star:hover,
.cnct-has-coach-profile .cnct-coach-review-star:focus,
.cnct-has-coach-profile .cnct-coach-review-star.is-active,
.cnct-has-coach-profile .cnct-coach-review-star.is-preview{
    color:var(--cnct-warning) !important;
}

.cnct-has-coach-profile .cnct-coach-review-star:hover,
.cnct-has-coach-profile .cnct-coach-review-star:focus{
    background:var(--cnct-warning-soft) !important;
    transform:translateY(-1px) scale(1.04);
    outline:none;
}

.cnct-has-coach-profile .cnct-coach-review-rating-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:24px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-feedback{
    color:var(--cnct-text-soft);
    font-size:12px;
    font-weight:500;
    line-height:1.35;
}


/* v3.76.65 – Button-based review stars without scroll jump */
.cnct-has-coach-profile .cnct-coach-review-star-row{
    flex-direction:row;
}

.cnct-has-coach-profile .cnct-coach-review-star{
    appearance:none !important;
    -webkit-appearance:none !important;
    user-select:none;
}

.cnct-has-coach-profile .cnct-coach-review-star:focus-visible{
    outline:2px solid color-mix(in srgb, var(--cnct-text) 25%, transparent);
    outline-offset:2px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-meta{
    justify-content:flex-start;
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-review-star-row{
        gap:4px;
    }
    .cnct-has-coach-profile .cnct-coach-review-star{
        width:31px !important;
        height:31px !important;
    }
    .cnct-has-coach-profile .cnct-coach-review-star span{
        font-size:26px !important;
    }
    .cnct-has-coach-profile .cnct-coach-review-rating-meta{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* v3.76.66 – Clean colored review stars and sidebar review anchors */
.cnct-has-coach-profile #coach-bewertungen,
.cnct-has-coach-profile #coach-bewertung-schreiben,
.cnct-has-coach-profile #coach-bewertungen-liste{
    scroll-margin-top:110px;
}

.cnct-has-coach-profile .cnct-coach-review-stars{
    --cnct-review-stars-width:0%;
    position:relative;
    display:inline-flex;
    align-items:center;
    flex:0 0 auto;
    line-height:1;
    font-size:15px;
    letter-spacing:1px;
    vertical-align:middle;
    color:var(--cnct-warning);
    text-transform:none !important;
    font-weight:400 !important;
}

.cnct-has-coach-profile .cnct-coach-review-stars-visual{
    display:inline-block;
    line-height:1;
    letter-spacing:inherit !important;
    font-size:inherit !important;
    font-weight:400 !important;
    text-transform:none !important;
    color:transparent !important;
    background:linear-gradient(90deg,var(--cnct-warning) 0%,var(--cnct-warning) var(--cnct-review-stars-width),var(--cnct-border) var(--cnct-review-stars-width),var(--cnct-border) 100%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
}

.cnct-has-coach-profile .cnct-coach-profile-card--review-summary .cnct-coach-review-stars{
    font-size:17px;
    letter-spacing:.8px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-review-stars{
    font-size:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-profile-review-average,
.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-profile-review-count{
    color:var(--cnct-text-soft);
    font-size:13px;
    font-weight:400;
    line-height:1.35;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-profile-review-average{
    color:var(--cnct-text-strong);
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links{
    grid-column:1 / -1;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px 12px;
    margin-top:2px;
    padding-top:10px;
    border-top:1px solid color-mix(in srgb, var(--cnct-text) 7%, transparent);
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links a{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:color-mix(in srgb, var(--cnct-teal) 70%, black);
    font-size:12px;
    font-weight:500;
    line-height:1.35;
    text-decoration:none;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links a:hover,
.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links a:focus{
    color:color-mix(in srgb, var(--cnct-teal) 85%, black);
    text-decoration:underline;
    text-underline-offset:3px;
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-card--review-summary .cnct-coach-review-stars{
        font-size:16px;
    }
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links{
        align-items:flex-start;
        flex-direction:column;
    }
}

