/* Hero Section Enhancements */
.hero-value-prop {
    max-width: 600px;
    margin: 0 auto 2rem auto;
    padding: 0 1rem;
}

.hero-value-prop p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-align: center;
}

.hero-value-prop strong {
    color: #ffffff;
    font-weight: 700;
}

/* Mobile responsiveness for hero enhancements */
@media (max-width: 768px) {
    .hero-value-prop p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .hero-value-prop {
        padding: 0 0.5rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-value-prop p {
        font-size: 0.95rem;
    }
}
