/*
 Theme Name:   GeneratePress Child Herbalife
 Description:  Tema ottimizzato SEO per vendita prodotti nutrizione
 Author:       Il Tuo Nome
 Template:     generatepress
 Version:      1.0.0
*/

/* Qui potrai aggiungere il tuo CSS personalizzato per i colori Herbalife */
.button-herbalife {
    background-color: #78be20; /* Verde Herbalife */
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
}
.container-seo { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 80px 0; }
.text-center { text-align: center; }
.bg-light { background-color: #f9f9f9; }

/* Hero */
.hero-seo { height: 70vh; display: flex; align-items: center; text-align: center; color: white; }
.hero-seo h1 { font-size: 3.5rem; margin-bottom: 20px; font-weight: 800; }
.btn-herbalife { background: #78be20; color: white; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2rem; transition: 0.3s; }
.btn-herbalife:hover { background: #5e9619; transform: translateY(-3px); }

/* Grid */
.grid-seo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.card-seo { background: white; padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: 0.3s; text-align: center; }
.card-seo:hover { transform: translateY(-10px); }

/* Trust Bar */
.trust-bar { background: #232f3e; color: white; padding: 15px; display: flex; justify-content: space-around; font-size: 0.9rem; font-weight: bold; }

/* Responsive */
@media (max-width: 768px) {
    .grid-seo, .grid-2 { grid-template-columns: 1fr; }
    .hero-seo h1 { font-size: 2.2rem; }
}
/* Reviews Section Styling */
.mb-50 { margin-bottom: 50px; }
.title-accent { color: #232f3e; font-size: 2.5rem; font-weight: 800; margin-bottom: 10px; }
.subtitle-seo { color: #666; font-size: 1.1rem; }
.rating-summary { margin-top: 15px; }
.stars { color: #ffc107; font-size: 1.2rem; }
.rating-text { color: #444; font-size: 0.9rem; margin-left: 10px; font-weight: 600; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.review-card { background: #fff; padding: 30px; border-radius: 20px; border: 1px solid #eee; transition: 0.4s; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.review-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: #78be20; }
.review-card.highlight { border: 2px solid #78be20; background: #fafff2; }

.review-header { display: flex; align-items: center; margin-bottom: 20px; }
.user-thumb { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; margin-right: 15px; background: #eee; }
.user-meta { display: flex; flex-direction: column; }
.user-name { font-weight: 800; color: #232f3e; font-size: 1rem; }
.user-goal { font-size: 0.8rem; color: #78be20; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }

.review-content p { color: #555; font-style: italic; line-height: 1.6; font-size: 0.95rem; }
.review-footer { margin-top: 20px; border-top: 1px solid #f0f0f0; padding-top: 15px; }
.verified-tag { font-size: 0.75rem; color: #28a745; font-weight: bold; }

@media (max-width: 992px) { .reviews-grid { grid-template-columns: 1fr; } }