/* Home-specifieke aanpassingen */
.hero {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-content h1 {
    font-size: 52px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #5a5350;
}

.hero-tagline {
    font-size: 24px;
    font-weight: 600;
    color: #d4a5a5;
    margin-bottom: 15px !important;
    font-style: italic;
}
