.hero {
    background: linear-gradient(135deg, #fff3e8 0%, #fde8d8 100%);
    padding: 80px 0;
    border-bottom: 1px solid #f0d5bf;
}

.hero h1 {
    font-weight: 800;
    color: #3d2b1f;
}

.hero p {
    color: #7a5c48;
    font-size: 1.1rem;
}

.btn-hero {
    background-color: #e07b39;
    border: none;
    color: white;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 30px;
}

.btn-hero:hover {
    background-color: #c96a2a;
    color: white;
}
