/* Hero Section */
.hero-section {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.hero-section h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.hero-section .cta-button {
    background-color: #ff5e57;
    color: white;
    padding: 12px 25px;
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 5px;
}

.hero-section .cta-button:hover {
    background-color: #e04e47;
}
