.seo-location-catchment {
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
}
.seo-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.seo-card h4 {
    color: var(--mustard-yellow);
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.seo-card p {
    color: #666;
    line-height: 1.6;
}
.seo-card strong {
    color: var(--primary-color);
}
.hero.active {
    height: 250px;
    margin-bottom: 30px;
}

.page-detail {
    padding-bottom: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.featured-image-container {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.main-featured-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-content-body-aligned {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.page-content-body-aligned h2, .page-content-body-aligned h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.club-courses-section {
    margin-top: 30px;
}

/* Course CTA Box */
.course-cta-box {
    margin-top: 60px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-left: 5px solid var(--mustard-yellow);
}
.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
.cta-text h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.cta-text p {
    color: #666;
    margin: 0;
    font-size: 1.1rem;
}
.cta-action {
    display: flex;
    gap: 1rem;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .cta-action {
        flex-direction: column;
        width: 100%;
    }
}

.location-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px;
    background: var(--light-bg);
    border-radius: 15px;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
}

.location-info i {
    font-size: 1.5rem;
    color: var(--mustard-yellow);
}

.location-info p {
    margin: 0;
}
