.scammed-hero {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.scammed-content {
    max-width: 75%;
    margin: 0 auto;
    padding: 2rem 0;
}


.scammed-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff; /* Blue heading like ScamShield */
    margin-bottom: 1.5rem;
}


.scammed-content p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.5rem;
}


.steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.step {
    background-color: #f8f9fa; /* Light grey box */
    border-left: 5px solid #007bff;
    padding: 1.5rem 1rem;
    border-radius: 5px;
}


.step h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 0.75rem;
}


.step p {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
    margin: 0;
}


.step:hover {
    background-color: #e9ecef;
    transition: background-color 0.3s ease;
}
