/* Outsourcing Services - Business Official Color Scheme */

:root {
    --business-navy: #1e3a8a;
    --business-navy-dark: #1e40af;
    --business-navy-light: #3b82f6;
    --business-charcoal: #374151;
    --business-charcoal-light: #6b7280;
    --business-gold: #d97706;
    --business-gold-light: #f59e0b;
    --business-slate: #475569;
    --business-slate-light: #64748b;
    --business-white: #ffffff;
    --business-gray-light: #f8fafc;
    --business-gray: #e2e8f0;
    --business-success: #059669;
    --business-warning: #d97706;
    --business-error: #dc2626;
}

/* Hero Section - Business Official Styling */
.service-hero-modern {
    background: linear-gradient(135deg, var(--business-navy) 0%, var(--business-navy-dark) 50%, var(--business-charcoal) 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}

.service-hero-modern .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.service-hero-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><circle cx="30" cy="30" r="2"/></g></svg>');
    opacity: 0.5;
}

.service-badge {
    background: linear-gradient(135deg, var(--business-gold) 0%, var(--business-gold-light) 100%);
    color: var(--business-white);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.service-badge i {
    color: var(--business-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-hero-modern h1 {
    color: var(--business-white);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    background: linear-gradient(135deg, var(--business-white) 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.hero-description {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.hero-content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* Hero Stats - Business Official */
.service-hero-modern .stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-hero-modern .stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--business-gold);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.service-hero-modern .hero-stats .stat-value {
    color: var(--business-gold);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.service-hero-modern .hero-stats .stat-label {
    color: rgba(255, 255, 255, 0.9);
}

/* Hero Actions - Business Official Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--business-gold) 0%, var(--business-gold-light) 100%);
    color: var(--business-white);
    border: 2px solid var(--business-gold);
    box-shadow: 0 8px 25px rgba(217, 119, 6, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--business-gold-light) 0%, var(--business-gold) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(217, 119, 6, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--business-white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--business-gold);
    color: var(--business-gold);
}

/* Service Overview - Business Official */
.service-overview {
    background: linear-gradient(135deg, var(--business-gray-light) 0%, #f1f5f9 100%);
}

.overview-content h2 {
    color: var(--business-navy);
    background: linear-gradient(135deg, var(--business-navy) 0%, var(--business-navy-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.overview-content p {
    color: var(--business-charcoal);
}

/* Key Benefits - Business Official */
.key-benefits .benefit {
    background: var(--business-white);
    border: 1px solid var(--business-gray);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.key-benefits .benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--business-gold);
}

.key-benefits .benefit i {
    color: var(--business-gold);
    background: linear-gradient(135deg, var(--business-gold) 0%, var(--business-gold-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.key-benefits .benefit h4 {
    color: var(--business-navy);
}

.key-benefits .benefit p {
    color: var(--business-charcoal);
}

/* Overview Card - Business Official */
.overview-card {
    background: linear-gradient(135deg, var(--business-navy) 0%, var(--business-navy-dark) 100%);
    color: var(--business-white);
    border: 2px solid var(--business-gold);
    box-shadow: 0 15px 40px rgba(30, 58, 138, 0.2);
}

.overview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(30, 58, 138, 0.3);
    border-color: var(--business-gold-light);
}

.card-icon {
    background: linear-gradient(135deg, var(--business-gold) 0%, var(--business-gold-light) 100%);
    color: var(--business-white);
    box-shadow: 0 8px 25px rgba(217, 119, 6, 0.3);
}

.overview-card h3 {
    color: var(--business-white);
}

.overview-card ul li {
    color: rgba(255, 255, 255, 0.9);
    border-left: 3px solid var(--business-gold);
}

.overview-card ul li::before {
    color: var(--business-gold);
}

/* Service Details - Business Official */
.service-details {
    background: var(--business-white);
}

.section-header h2 {
    color: var(--business-navy);
    background: linear-gradient(135deg, var(--business-navy) 0%, var(--business-navy-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-line {
    background: linear-gradient(90deg, var(--business-gold) 0%, var(--business-gold-light) 100%);
}

.section-content {
    color: var(--business-charcoal);
}

/* Feature Cards - Business Official */
.feature-card {
    background: var(--business-white);
    border: 1px solid var(--business-gray);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--business-gold);
}

.feature-icon {
    background: linear-gradient(135deg, var(--business-navy) 0%, var(--business-navy-dark) 100%);
    color: var(--business-white);
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.2);
}

.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, var(--business-gold) 0%, var(--business-gold-light) 100%);
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(217, 119, 6, 0.3);
}

.feature-card h4 {
    color: var(--business-navy);
}

/* Sidebar - Business Official */
.sidebar-card {
    background: linear-gradient(135deg, var(--business-gray-light) 0%, #f1f5f9 100%);
    border: 1px solid var(--business-gray);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.sidebar-card h3 {
    color: var(--business-navy);
    border-bottom: 2px solid var(--business-gold);
}

.related-link {
    color: var(--business-charcoal);
    border: 1px solid var(--business-gray);
    transition: all 0.3s ease;
}

.related-link:hover {
    background: linear-gradient(135deg, var(--business-navy) 0%, var(--business-navy-dark) 100%);
    color: var(--business-white);
    border-color: var(--business-gold);
    transform: translateX(5px);
}

.related-link i {
    color: var(--business-gold);
}

.related-link:hover i {
    color: var(--business-gold-light);
}

/* CTA Section - Business Official */
.service-cta {
    background: linear-gradient(135deg, var(--business-navy) 0%, var(--business-navy-dark) 100%);
    position: relative;
    overflow: hidden;
}

.service-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><circle cx="30" cy="30" r="2"/></g></svg>');
    opacity: 0.5;
}

.cta-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

.cta-content h2 {
    color: var(--business-white);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-content p {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.btn-primary-large {
    background: linear-gradient(135deg, var(--business-gold) 0%, var(--business-gold-light) 100%);
    color: var(--business-white);
    border: 2px solid var(--business-gold);
    box-shadow: 0 8px 25px rgba(217, 119, 6, 0.3);
}

.btn-primary-large:hover {
    background: linear-gradient(135deg, var(--business-gold-light) 0%, var(--business-gold) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(217, 119, 6, 0.4);
}

.btn-phone {
    background: transparent;
    color: var(--business-white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-phone:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--business-gold);
    color: var(--business-gold);
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-hero-modern .container {
        padding: 0 1rem;
    }
    
    .service-hero-modern h1 {
        font-size: 2.5rem;
        max-width: 600px;
    }
    
    .hero-description {
        font-size: 1.2rem;
        max-width: 450px;
    }
    
    .hero-content {
        max-width: 800px;
        padding: 0 0.5rem;
    }
    
    .overview-content h2 {
        font-size: 2rem;
    }
    
    .cta-content h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 480px) {
    .service-hero-modern .container {
        padding: 0 0.75rem;
    }
    
    .service-hero-modern h1 {
        font-size: 1.8rem;
        max-width: 400px;
    }
    
    .hero-description {
        font-size: 1.1rem;
        max-width: 350px;
    }
    
    .hero-content {
        max-width: 600px;
        padding: 0 0.25rem;
    }
    
    .overview-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
} 