body {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 70px;
}

.hero {
    height: 45vh;
    background: linear-gradient(135deg, #ff006a 0%, #00366F 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #007bff;
    color: white;
    font-size: 1.5rem;
    border-radius: 50%;
    margin-bottom: 10px;
}