.mondosol-checkout-modern .service-icon,
.mondosol-checkout-modern .security-icon,
.mondosol-checkout-modern .protection-icon {
    font-size: 3rem !important;
    display: block !important;
    margin-bottom: 16px !important;
    line-height: 1 !important;
}
.mondosol-checkout-modern .checkout-header h1 {
    font-size: 2.5rem !important;
}
/* Mobile responsive fixes */
@media (max-width: 768px) {
    .mondosol-checkout-modern .service-icon {
        font-size: 2.5rem !important;
    }
}
/* ========================================
   MONDOSOL FAQ HUB - MODERN DESIGN
   ======================================== */

/* FAQ Hub Container */
.faq-hub-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Hero Section */
.faq-hero {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #2d6cbd 0%, #1a4a8a 100%);
    color: white;
    border-radius: 12px;
    margin-bottom: 50px;
}

.faq-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.faq-hero p {
    font-size: 20px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Search Bar */
.faq-search-container {
    max-width: 700px;
    margin: -30px auto 60px;
    position: relative;
    z-index: 10;
}

.faq-search-box {
    width: 100%;
    padding: 18px 50px 18px 24px;
    font-size: 18px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.faq-search-box:focus {
    outline: none;
    border-color: #2d6cbd;
    box-shadow: 0 6px 30px rgba(45,108,189,0.2);
}

.faq-search-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 20px;
}

/* Category Grid */
.faq-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.faq-category-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}

.faq-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: #2d6cbd;
}

.faq-category-icon {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.faq-category-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.faq-category-description {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 16px;
}

.faq-category-count {
    font-size: 14px;
    color: #2d6cbd;
    font-weight: 500;
}

/* Popular Questions Section */
.faq-popular-section {
    margin-top: 60px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 12px;
}

.faq-popular-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.faq-popular-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-popular-item {
    background: white;
    padding: 20px 24px;
    margin-bottom: 12px;
    border-radius: 8px;
    border-left: 4px solid #2d6cbd;
    transition: all 0.2s ease;
    text-decoration: none;
    display: block;
    color: inherit;
}

.faq-popular-item:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-popular-item h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #1a1a1a;
}

/* Contact CTA */
.faq-contact-cta {
    text-align: center;
    margin-top: 60px;
    padding: 50px 20px;
    background: linear-gradient(135deg, #edd92a 0%, #d4c020 100%);
    border-radius: 12px;
}

.faq-contact-cta h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.faq-contact-cta p {
    font-size: 18px;
    color: #333;
    margin-bottom: 24px;
}

.faq-contact-button {
    display: inline-block;
    padding: 16px 40px;
    background: #2d6cbd;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-contact-button:hover {
    background: #1a4a8a;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(45,108,189,0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .faq-hero h1 {
        font-size: 32px;
    }
    
    .faq-hero p {
        font-size: 16px;
    }
    
    .faq-categories-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-search-box {
        font-size: 16px;
        padding: 16px 50px 16px 20px;
    }
}
:root {
    --mondosol-blue: #2d6cbd;
    --mondosol-yellow: #edd92a;
}

/* Update gradient and button colors */
.faq-hero {
    background: linear-gradient(135deg, var(--mondosol-blue) 0%, #1a4a8a 100%);
}

.faq-contact-cta {
    background: linear-gradient(135deg, var(--mondosol-yellow) 0%, #d4c020 100%);
}

.faq-contact-button {
    background: var(--mondosol-blue);
}

.faq-contact-button:hover {
    background: #1a4a8a;
}
