/* Benefits section styles */
.benefits-wrapper, .benefits-wrapper *, html body section.benefits-section--scoped, html body section.benefits-section--scoped * { box-sizing: border-box !important; margin: 0 !important; padding: 0 !important; float: none !important; position: relative !important; transform: none !important; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; display: block !important; justify-content: center !important; align-items: center !important; width: auto !important; max-width: none !important; min-width: 0 !important; z-index: 100 !important; }
.benefits-wrapper *:not(img):not(video):not(canvas), html body section.benefits-section--scoped *:not(img):not(video):not(canvas) { overflow: visible !important; }
html body .benefits-wrapper { max-width: 1440px !important; margin: 0 auto !important; width: 100% !important; padding: 0 15px !important; }
html body section.benefits-section--scoped { font-family: 'Open Sans', Arial, sans-serif !important; background: #FFFFFF !important; margin: 60px 0 !important; width: 100% !important; }
html body section.benefits-section--scoped .benefits-container { max-width: 1440px !important; margin: 0 auto !important; padding: 0 15px !important; display: flex !important; flex-direction: column !important; align-items: center !important; width: 100% !important; }
html body section.benefits-section--scoped .features-grid { display: grid !important; grid-template-columns: repeat(3, minmax(400px, 1fr)) !important; gap: 30px !important; width: 100% !important; max-width: 1440px !important; margin: 0 auto !important; }
html body section.benefits-section--scoped .feature-item { display: flex !important; gap: 15px !important; align-items: center !important; background: #f8f9fa !important; padding: 20px !important; border-radius: 12px !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important; transition: all 0.3s ease !important; min-width: 0 !important; width: 100% !important; overflow: hidden !important; }
html body section.benefits-section--scoped .feature-item:hover { transform: translateY(-5px) !important; box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important; background: #fff !important; }
html body section.benefits-section--scoped .feature-icon { flex-shrink: 0 !important; width: 140px !important; height: 140px !important; background: transparent !important; border-radius: 12px !important; display: flex !important; align-items: center !important; justify-content: center !important; transition: background 0.3s ease !important; }
html body section.benefits-section--scoped .feature-item:hover .feature-icon { background: transparent !important; }
html body section.benefits-section--scoped .icon-img { width: 90px !important; height: 90px !important; object-fit: contain !important; transition: transform 0.3s ease !important; }
html body section.benefits-section--scoped .feature-item:hover .icon-img { transform: scale(1.1) !important; }
html body section.benefits-section--scoped .feature-text-content { flex: 1 !important; min-width: 0 !important; }
html body section.benefits-section--scoped .feature-heading { font-family: 'Ubuntu', sans-serif !important; margin: 0 0 5px !important; font-size: 1.5rem !important; color: #002D4B !important; font-weight: 700 !important; line-height: 1.3 !important; }
html body section.benefits-section--scoped .feature-text { font-family: 'Open Sans', sans-serif !important; margin: 0 !important; color: #666 !important; font-size: 1.125rem !important; line-height: 1.5 !important; }
@media (max-width: 1024px) { html body section.benefits-section--scoped { margin: 50px 0 !important; } html body section.benefits-section--scoped .benefits-container { padding: 0 25px !important; } html body section.benefits-section--scoped .features-grid { grid-template-columns: repeat(2, minmax(300px, 1fr)) !important; gap: 25px !important; } html body section.benefits-section--scoped .feature-heading { font-size: 1.4rem !important; } html body section.benefits-section--scoped .feature-text { font-size: 1rem !important; } html body section.benefits-section--scoped .feature-icon { width: 130px !important; height: 130px !important; } html body section.benefits-section--scoped .icon-img { width: 80px !important; height: 80px !important; } }
@media (max-width: 768px) { html body section.benefits-section--scoped .features-grid { grid-template-columns: 1fr !important; gap: 20px !important; } html body section.benefits-section--scoped .feature-item { padding: 15px !important; } html body section.benefits-section--scoped .feature-icon { width: 120px !important; height: 120px !important; } html body section.benefits-section--scoped .icon-img { width: 75px !important; height: 75px !important; } }
@media (max-width: 480px) { html body section.benefits-section--scoped { margin: 40px 0 !important; } html body section.benefits-section--scoped .benefits-container { padding: 0 15px !important; } html body section.benefits-section--scoped .feature-item { padding: 12px !important; } html body section.benefits-section--scoped .feature-icon { width: 110px !important; height: 110px !important; } html body section.benefits-section--scoped .icon-img { width: 70px !important; height: 70px !important; } html body section.benefits-section--scoped .feature-heading { font-size: 1.3rem !important; } html body section.benefits-section--scoped .feature-text { font-size: 0.95rem !important; } }
.benefits-wrapper, .benefits-wrapper *, html body section.benefits-section--scoped, html body section.benefits-section--scoped * { z-index: auto !important; }
