/* Empower Work Widget Styles */
.empower-work-widget { 
    padding: 80px 20px;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8f2ff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 600px; 
} 

.empower-work-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.empower-work-widget .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Title Styling - Exact specifications */
.empower-work-widget .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    color: #00204D;
    margin: 0 0 20px 0;
    padding: 0;
}

p.empower-work-description{
    font-family: Open Sans;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 39px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:#627084;
}

p.empower-work-feature-description {
    color: #2E3F57;
}

/* Description */
.empower-work-widget .description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #627084;
    margin: 0 0 60px 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Features Grid */
.empower-work-features {
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
} 

.empower-work-feature {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.empower-work-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.empower-work-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 32, 77, 0.08);
    border-color: rgba(59, 130, 246, 0.2);
}

.empower-work-feature:hover::before {
    opacity: 1;
}
.empower-work-container {
    background: radial-gradient(141.42% 141.42% at 0% 100%, rgba(0, 115, 255, 0.15) 0%, rgba(0, 115, 255, 0) 50%), radial-gradient(141.42% 141.42% at 100% 100%, rgba(77, 222, 255, 0.15) 0%, rgba(77, 222, 255, 0) 50%), radial-gradient(70.71% 141.42% at 50% 0%, rgba(0, 66, 158, 0.15) 0%, rgba(0, 66, 158, 0) 50%);
}
h2.empower-work-title {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-align: center;
    vertical-align: middle;
}
.empower-work-link-wrapper {
    font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

a.empower-work-link {
    box-shadow: 0px 4px 7.8px 0px #DAE6F4;
    color: #1d4ed8;
    background: white;
    padding: 10px;
    border-radius: 11px;
}

.empower-work-content {
    padding: 50px;
}
svg.lucide.lucide-file-text, svg.lucide.lucide-trending-up, svg.lucide.lucide-headphones, svg.lucide.lucide-calendar {
    width: 64px;
    height: 64px;
}
/* Feature Icons */
.empower-work-feature .icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 24px auto;
    color: #3b82f6;
    stroke-width: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empower-work-feature .icon svg {
    width: 100%;
    height: 100%;
}

/* Feature Titles */
.empower-work-feature .feature-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #00204D;
    margin: 0 0 16px 0;
}

/* Feature Descriptions */
.empower-work-feature .feature-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
    margin: 0;
}

/* CTA Link */
.empower-work-cta {
    margin-top: 48px;
}

.empower-work-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3b82f6;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 12px 24px;
    border-radius: 8px;
    background: rgba(59, 130, 246, 0.1);
}

.empower-work-cta a:hover {
    color: #1d4ed8;
    background: rgba(59, 130, 246, 0.2);
    transform: translateY(-2px);
}

.empower-work-cta .icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.empower-work-cta a:hover .icon {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .empower-work-widget {
        padding: 60px 16px;
    }
    
    .empower-work-widget .title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -0.8px;
        margin-bottom: 16px;
    }
    
    .empower-work-widget .description {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    
    .empower-work-features {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }
    
    .empower-work-feature {
        padding: 32px 24px;
    }
    
    .empower-work-feature .icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .empower-work-widget .title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.5px;
    }
    
    .empower-work-widget .description {
        font-size: 18px;
        line-height: 28px;
    } 
    
    .empower-work-feature {
        padding: 28px 20px;
    }
}