.duque-hero {
    min-height: 500px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
}
.duque-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}
.duque-hero p { font-size: 16px; color: #333; margin-bottom: 28px; }
.duque-hero a {
    background: #000;
    color: #fff;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
}
.duque-hero a:hover { background: #333; }
