/* Default page template (page.php) — beige tt-page-surface look.
   Hergebruikt tt-page-surface (gradient + decoratieve shapes uit general.css)
   en tt-course-page__title / tt-course-page__breadcrumbs voor de inline kop. */

.page-default-surface .divider_curves {
    display: none;
}

.page-default-surface .tt-course-page__title,
.page-default-surface .entry-content h1 {
    margin-top: 0;
    margin-bottom: 29px;
    font-family: 'Montserrat', sans-serif;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
}

.page-default-surface .entry-content,
.page-default-surface .entry-content p {
    font-size: 16px;
    line-height: 28px;
}

.page-default-surface .entry-content p {
    margin-bottom: 28px;
}

.page-default-surface .entry-content p:last-child {
    margin-bottom: 0;
}

.page-default-surface .entry-content a {
    color: var(--pink);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.page-default-surface .entry-content a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .page-default-surface .tt-course-page__title,
    .page-default-surface .entry-content h1 {
        font-size: 36px;
        line-height: 44px;
    }
}
