/* Coaches Page Styles */

/* Hero Section */
#coaches-hero {
    padding: 4rem 2rem;
}

#coaches-hero .inner {
    max-width: 1000px;
    margin: 0 auto;
}

.coaches-hero-content {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.hero-credentials {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.hero-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .coaches-hero-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hero-image img {
        width: 140px;
        height: 140px;
    }
}

/* Content Sections */
#the-gap,
#what-cedar-is,
#invitation,
#about-watson,
#coaches-cta {
    padding: 3rem 2rem;
}

#the-gap .inner,
#what-cedar-is .inner,
#invitation .inner,
#about-watson .inner,
#coaches-cta .inner {
    max-width: 800px;
    margin: 0 auto;
}

#the-gap h2,
#what-cedar-is h2,
#invitation h2,
#about-watson h2,
#coaches-cta h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.gap-content,
.cedar-content,
.invitation-content {
    font-size: 1.1rem;
    line-height: 1.7;
}

.gap-content p,
.cedar-content p,
.invitation-content p {
    margin-bottom: 1rem;
}

/* About Section */
.about-content {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.about-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.about-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.7;
}

.team-link {
    margin-top: 1.5rem;
}

.team-link a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* CTA Section */
#coaches-cta {
    text-align: center;
}

.cta-subtitle {
    font-size: 1.1rem;
    opacity: 0.8;
    margin-bottom: 2rem;
}

.calendly-embed {
    margin-top: 2rem;
}

/* Section backgrounds - clean and simple */
#coaches-hero {
    background: #4a5568;
}

section.coaches-section {
    padding: 3rem 2rem;
    background: #ffffff !important;
    background-color: #ffffff !important;
}

section.coaches-section.alt {
    background: #f7f8fa !important;
    background-color: #f7f8fa !important;
}

.coaches-section .inner {
    max-width: 800px;
    margin: 0 auto;
}

.coaches-section h2 {
    color: #4a5568;
    text-align: center;
    margin-bottom: 1.5rem;
}

.coaches-section p {
    color: #5a6270;
}
