/* Modern Protest Site Styles */
body {
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}
.protest-header {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('http://static.photos/construction/1200x630/1987') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 1rem 0;
    margin-bottom: 2rem;
}
.hero-section {
    padding: 5rem 0;
}

.logo {
    height: 60px;
}

.navbar {
    background-color: transparent !important;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 0.5rem;
}

.nav-link:hover {
    color: #ff4d4d !important;
}

.btn-danger {
    background-color: #e63946;
    border-color: #e63946;
    font-weight: bold;
}

.btn-danger:hover {
    background-color: #c1121f;
    border-color: #c1121f;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

section {
    padding: 4rem 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#action {
    background-color: #1d3557;
    color: white;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e63946;
}