.hero-section {
    background-image: url('https://cdn.pixabay.com/photo/2016/11/29/04/58/hands-1867428_1280.jpg');
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    padding: 4rem 0;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1rem;
    color: #313030;
    margin-bottom: 2rem;
    max-width: 400px;
}

.btn-nominate {
    background: #333;
    color: #fff;
    padding: 0.75rem 2.5rem;
    border: none;
    margin-right: 1rem;
    text-decoration: none;
    display: inline-block;
}

.btn-search {
    background: transparent;
    color: #333;
    padding: 0.75rem 2.5rem;
    border: 2px solid #333;
    text-decoration: none;
    display: inline-block;
}

.btn-nominate:hover {
    background: #555;
    color: #fff;
}

.btn-search:hover {
    background: #333;
    color: #fff;
}


.watermark {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    opacity: 0.1;
    font-size: 8rem;
    font-weight: bold;
    color: #fff;
    z-index: 0;
}

.watermark-leaves {
    position: absolute;
    top: 10%;
    left: 15%;
    opacity: 0.2;
    font-size: 15rem;
    color: #d4e5a9;
    z-index: 0;
}

.hero-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, rgba(232, 238, 242, 0.8), transparent), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%234a5568" width="800" height="600"/></svg>');
    background-size: cover;
    background-position: center;
}
