﻿/* ============================
   COURSES PAGE — HERO
   ============================ */

.courses-hero {
    background: #f5f5f2;
    padding: 100px 0 70px;
    text-align: center;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #2f2f2f;
}

.page-subtitle {
    font-size: 22px;
    color: #6b7a3a;
    margin-bottom: 30px;
}

.courses-intro {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
    color: #444;
}


/* ============================
   COURSES CONTENT
   ============================ */

.courses-coming {
    padding: 80px 0;
}

.section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin-bottom: 20px;
}

.coming-text {
    color: #555;
    margin-bottom: 40px;
}

.courses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.course-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #333;
}
