/* Trust Elements and Badges - Enhanced for Google Merchant Center Compliance */
/* Date: April 22, 2026 */

/* Trust Badges Section */
.trust-badges-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 3rem 0;
    margin: 3rem 0;
}

.trust-badges-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.trust-badges-title {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.trust-badge {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.trust-badge-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.trust-badge-icon.secure {
    color: #28a745;
}

.trust-badge-icon.ssl {
    color: #007bff;
}

.trust-badge-icon.guarantee {
    color: #ffc107;
}

.trust-badge-icon.support {
    color: #ff6b00;
}

.trust-badge h3 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.trust-badge p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

/* Customer Reviews Section */
.customer-reviews-section {
    padding: 3rem 0;
    background: white;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.reviews-header {
    text-align: center;
    margin-bottom: 3rem;
}

.reviews-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
}

.reviews-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.reviews-stars {
    font-size: 2rem;
    color: #ffc107;
}

.reviews-count {
    font-size: 1.2rem;
    color: #666;
}

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

.review-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    border-right: 4px solid #ff6b00;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.review-info {
    flex: 1;
}

.review-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.25rem;
}

.review-location {
    color: #666;
    font-size: 0.9rem;
}

.review-stars {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.review-text {
    color: #555;
    line-height: 1.6;
    font-style: italic;
}

.review-date {
    color: #999;
    font-size: 0.85rem;
    margin-top: 1rem;
    text-align: left;
}

/* Testimonials Section */
.testimonials-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 0;
    color: white;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.testimonials-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: white;
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-quote {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: rgba(15, 2, 2, 0.95);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.testimonial-info h4 {
    color: white;
    margin-bottom: 0.25rem;
}

.testimonial-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Security Seals */
.security-seals {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.security-seal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.security-seal-icon {
    font-size: 3rem;
    color: #28a745;
}

.security-seal-text {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
}

/* Footer Legal Info Styling */
.footer-legal-info {
    background: rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 2px solid rgba(255, 107, 0, 0.2);
}

.legal-details {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.legal-details p {
    margin: 0.5rem 0;
    color: #555;
    font-size: 0.95rem;
}

.legal-details strong {
    color: #333;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .trust-badges-grid,
    .reviews-grid,
    .testimonials-slider {
        grid-template-columns: 1fr;
    }
    
    .trust-badges-title,
    .reviews-title,
    .testimonials-title {
        font-size: 1.5rem;
    }
    
    .security-seals {
        gap: 1rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
}
