/* FILE: assets/css/pages/home.css (new) */

.home-content {
    padding: 20px;
}

.home-content .intro {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-light);
}

.home-content .card {
    background: var(--bg-light);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 5px solid #667eea;
}

.home-content .card h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.home-content .card p {
    margin-bottom: 20px;
    line-height: 1.5;
    color: var(--text-light);
}

.home-content .card .btn-primary {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}