/* SEO Content Styles */
#why-order-direct {
    margin-top: 40px;
    margin-bottom: 40px;
}

#why-order-direct h2,
#customer-reviews h2,
#faq h2 {
    text-align: center;
    margin-bottom: 30px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.benefit-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.benefit-card i {
    font-size: 2em;
    color: #d32f2f;
    margin-bottom: 15px;
}

#customer-reviews {
    background-color: #f9f9f9;
    padding: 40px 20px;
    margin-bottom: 40px;
    border-radius: 8px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.review-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.stars {
    color: #ffc107;
    margin-bottom: 10px;
}

.review-author {
    margin-top: 15px;
    font-weight: bold;
}

#faq {
    margin-bottom: 60px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
