/*
Theme Name: SIIS-Copilot
Theme URI: http://example.com/
Author: Nao
Description: Simple starter theme for SIIS-Copilot
Version: 1.0
*/
.hero {
    padding: 120px 20px;
    text-align: center;
    background: #f5f5f5;
}

.hero-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}