/* Service Features Modern Section */
.service-features-modern-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.service-features-modern-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-features" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%233b82f6" stroke-width="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-features)"/></svg>');
    opacity: 0.1;
    z-index: 1;
}

.section-header-modern {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.section-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.section-badge:hover::before {
    left: 100%;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #cbd5e0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.features-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.feature-card-modern {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid #3b82f6;
    box-shadow: 0 10px 40px rgba(30, 58, 138, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.feature-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card-modern:hover::before {
    opacity: 1;
}

.feature-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4);
    border-color: #60a5fa;
}

.feature-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.feature-icon-modern {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 8px 25px rgba(96, 165, 250, 0.4);
    position: relative;
    overflow: hidden;
}

.feature-icon-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
}

.feature-card-header h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.feature-card-body {
    margin-bottom: 25px;
}

.feature-card-body p {
    color: #e2e8f0;
    line-height: 1.6;
    margin: 0;
}

.feature-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-highlight {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.875rem;
    color: #60a5fa;
    font-weight: 500;
    border: 1px solid rgba(96, 165, 250, 0.3);
}

/* Service Process Section */
.service-process-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.service-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots-process" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%233b82f6" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23dots-process)"/></svg>');
    z-index: 1;
}

.process-timeline {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 70px;
    width: 2px;
    height: 50px;
    background: linear-gradient(180deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 1px;
}

.process-step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    position: relative;
    flex-shrink: 0;
}

.process-step-number::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.process-step-content {
    flex: 1;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #3b82f6;
    box-shadow: 0 8px 32px rgba(30, 58, 138, 0.3);
    position: relative;
    overflow: hidden;
}

.process-step-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
}

.process-step-content h4 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.process-step-content p {
    color: #e2e8f0;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Service Overview Section - Modern Design */
.service-overview-modern-section {
    position: relative;
    background: #1d262e;
    padding: 80px 0;
    overflow: hidden;
    margin: 40px 0;
    border-radius: 16px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.service-overview-modern-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(4, 114, 222, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(4, 114, 222, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(4, 114, 222, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.overview-content-modern {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.overview-content-grid-modern {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

/* Left Content Styles */
.overview-content-left-modern {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.overview-content-right-modern {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Service Description Card */
.service-description-card-modern {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
    height: fit-content;
}

.service-description-card-modern:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(4, 114, 222, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(4, 114, 222, 0.1);
}

/* Key Benefits Card */
.key-benefits-card-modern {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
}

.description-header-modern {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.description-icon-modern {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0472de, #0a5bb8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.description-header-modern h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.description-content-modern {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-size: 16px;
}

.description-content-modern p {
    margin-bottom: 16px;
}

.description-content-modern p:last-child {
    margin-bottom: 0;
}

/* Key Benefits Overview */
.key-benefits-overview-modern {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
}

.key-benefits-overview-modern:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(4, 114, 222, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(4, 114, 222, 0.1);
}

.benefits-header-overview-modern {
    margin-bottom: 24px;
    text-align: center;
}

.benefits-header-overview-modern h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.benefits-header-overview-modern p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

.benefits-grid-overview-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.benefit-card-overview-modern {
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    border: 1px solid rgba(30, 58, 138, 0.3);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.benefit-card-overview-modern:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.2);
    transform: translateY(-2px);
}

.benefit-card-overview-modern.primary {
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    border: 1px solid rgba(30, 58, 138, 0.3);
}

.benefit-card-overview-modern.primary:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.2);
}

.benefit-card-overview-modern.secondary {
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    border: 1px solid rgba(30, 58, 138, 0.3);
}

.benefit-card-overview-modern.secondary:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.2);
}

.benefit-card-overview-modern.accent {
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    border: 1px solid rgba(30, 58, 138, 0.3);
}

.benefit-card-overview-modern.accent:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.2);
}

.benefit-card-overview-modern.success {
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    border: 1px solid rgba(30, 58, 138, 0.3);
}

.benefit-card-overview-modern.success:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.2);
}

.benefit-icon-overview-modern {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white !important;
}

.benefit-icon-overview-modern i {
    color: white !important;
}

.benefit-card-overview-modern.primary .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #1e40af, #2563eb);
}

.benefit-card-overview-modern.secondary .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #1e40af, #2563eb);
}

.benefit-card-overview-modern.accent .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #1e40af, #2563eb);
}

.benefit-card-overview-modern.success .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #1e40af, #2563eb);
}

.benefit-content-overview-modern h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.benefit-content-overview-modern p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
}

/* Service Guarantee Card */
.service-guarantee-card-modern {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(16, 185, 129, 0.1));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-guarantee-card-modern:hover {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(16, 185, 129, 0.15));
    border-color: rgba(34, 197, 94, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(34, 197, 94, 0.1);
}

.guarantee-icon-modern {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.guarantee-content-modern {
    flex: 1;
}

.guarantee-content-modern h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.guarantee-content-modern p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.guarantee-badge-modern {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .overview-content-grid-modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .benefits-grid-overview-modern {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .service-overview-modern-section {
        padding: 60px 0;
        margin: 20px 0;
        border-radius: 12px;
    }
    
    .service-description-card-modern,
    .key-benefits-overview-modern,
    .service-guarantee-card-modern {
        padding: 24px;
    }
    
    .service-guarantee-card-modern {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .description-header-modern h3 {
        font-size: 20px;
    }
    
    .benefits-header-overview-modern h3 {
        font-size: 18px;
    }
}

.description-header-modern,
.benefits-header-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.description-icon-modern,
.benefits-icon-modern {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.description-header-modern h3,
.benefits-header-modern h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.description-content-modern {
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 16px;
}

.benefits-list-modern {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit-item-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
}

.benefit-check-modern {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}

.benefit-item-modern span {
    color: #e2e8f0;
    font-size: 16px;
    font-weight: 500;
}

/* Right Content Styles */
.overview-content-right-modern {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.overview-stats-modern-redesign {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
}

.overview-stats-modern-redesign:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stats-header-modern {
    text-align: center;
    margin-bottom: 30px;
}

.stats-header-modern h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.stats-header-modern p {
    color: #94a3b8;
    font-size: 16px;
    margin: 0;
}

.stats-grid-modern-redesign {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card-modern-redesign {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.stat-card-modern-redesign:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.06);
}

.stat-card-modern-redesign.primary {
    border-color: rgba(59, 130, 246, 0.3);
}

.stat-card-modern-redesign.secondary {
    border-color: rgba(168, 85, 247, 0.3);
}

.stat-card-modern-redesign.accent {
    border-color: rgba(34, 197, 94, 0.3);
}

.stat-card-modern-redesign.success {
    border-color: rgba(251, 191, 36, 0.3);
}

.stat-icon-modern-redesign {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px auto;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.stat-card-modern-redesign.secondary .stat-icon-modern-redesign {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.stat-card-modern-redesign.accent .stat-icon-modern-redesign {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.stat-card-modern-redesign.success .stat-icon-modern-redesign {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.stat-content-modern-redesign h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.stat-content-modern-redesign p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

.stat-decoration-modern {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), transparent);
    border-radius: 0 12px 0 12px;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Key Benefits Overview Section */
.key-benefits-overview-modern {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(29, 78, 216, 0.1));
    border: 1px solid rgba(37, 99, 235, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.benefits-header-overview-modern {
    text-align: center;
    margin-bottom: 24px;
}

.benefits-header-overview-modern h3 {
    color: #1e40af;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.benefits-header-overview-modern p {
    color: #3b82f6;
    font-size: 0.95rem;
    margin: 0;
}

.benefits-grid-overview-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.benefit-card-overview-modern {
    background: rgba(239, 246, 255, 0.9);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card-overview-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.2);
    border-color: rgba(37, 99, 235, 0.4);
    background: rgba(219, 234, 254, 0.9);
}

.benefit-icon-overview-modern {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    flex-shrink: 0;
}

.benefit-card-overview-modern.primary .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.benefit-card-overview-modern.secondary .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.benefit-card-overview-modern.accent .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #1e40af, #1e3a8a);
}

.benefit-card-overview-modern.success .benefit-icon-overview-modern {
    background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
}

.benefit-content-overview-modern h4 {
    color: #1e40af;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.benefit-content-overview-modern p {
    color: #3b82f6;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}

/* Responsive Design for Benefits */
@media (max-width: 768px) {
    .benefits-grid-overview-modern {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .benefit-card-overview-modern {
        padding: 16px;
    }
    
    .benefit-icon-overview-modern {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .benefit-content-overview-modern h4 {
        font-size: 0.95rem;
    }
    
    .benefit-content-overview-modern p {
        font-size: 0.8rem;
    }
}

/* Service Guarantee Card */
.service-guarantee-card-modern {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-guarantee-card-modern:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.08));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.guarantee-icon-modern {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.guarantee-content-modern h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.guarantee-content-modern p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.guarantee-badge-modern {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 20px;
    padding: 5px 12px;
}

.guarantee-badge-modern span {
    color: #10b981;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-features-modern-section,
    .service-process-section {
        padding: 60px 0;
    }
    
    .service-overview-modern-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .features-grid-modern {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    
    .feature-card-modern {
        padding: 30px 20px;
    }
    
    .feature-icon-modern {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .feature-card-header h4 {
        font-size: 1.125rem;
    }
    
    .process-timeline {
        padding: 0 20px;
    }
    
    .process-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .process-step:not(:last-child)::after {
        display: none;
    }
    
    .process-step-number {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
    }
    
    .process-step-content {
        width: 100%;
        padding: 25px 20px;
    }
    
    .process-step-content h4 {
        font-size: 1.25rem;
    }
    
    .overview-header-modern {
        margin-bottom: 40px;
    }
    
    .overview-content-grid-modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-description-card-modern,
    .key-benefits-card-modern,
    .overview-stats-modern-redesign {
        padding: 25px;
    }
    
    .stats-grid-modern-redesign {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .service-guarantee-card-modern {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .service-features-modern-section,
    .service-process-section {
        padding: 40px 0;
    }
    
    .service-overview-modern-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .section-badge {
        font-size: 0.8rem;
        padding: 6px 16px;
    }
    
    .feature-card-modern {
        padding: 25px 15px;
    }
    
    .feature-card-header {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .feature-icon-modern {
        width: 45px;
        height: 45px;
        font-size: 1.125rem;
    }
    
    .feature-card-header h4 {
        font-size: 1rem;
    }
    
    .feature-card-body p {
        font-size: 0.9rem;
    }
    
    .feature-highlight {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .process-step-content {
        padding: 20px 15px;
    }
    
    .process-step-content h4 {
        font-size: 1.125rem;
    }
    
    .process-step-content p {
        font-size: 0.9rem;
    }
    
    .overview-header-modern,
    .overview-content-grid-modern {
        padding: 0 15px;
    }
    
    .service-description-card-modern,
    .key-benefits-card-modern,
    .overview-stats-modern-redesign,
    .service-guarantee-card-modern {
        padding: 20px;
    }
    
    .stats-header-modern h3 {
        font-size: 20px;
    }
    
    .guarantee-content-modern h4 {
        font-size: 18px;
    }
}

/* ===== HERO SECTION REDESIGN ===== */
.service-hero-revolutionary {
    position: relative;
    min-height: 70vh;
    background: #1d262e !important;
    overflow: hidden;
    display: flex;
    padding: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Hero Background Elements - Simplified */
.hero-bg-elements {
    display: none !important;
}

.hero-bg-elements::before {
    display: none !important;
}

.floating-orb {
    display: none !important;
}

.gradient-mesh {
    display: none !important;
}

.particle-field {
    display: none !important;
}

/* Remove any glow animations */
@keyframes heroGlow {
    0% { opacity: 0; }
    100% { opacity: 0; }
}

/* Main Hero Container */
.hero-main-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Content Wrapper */
.hero-content-wrapper {
    padding: 60px 0;
}

/* Hero Title Styling */
.hero-main-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    color: white !important;
}

.title-line-1 {
    display: block;
    color: rgba(255, 255, 255, 0.95) !important;
}

.title-line-2.gradient-text {
    display: block;
    background: linear-gradient(135deg, #3b82f6, #60a5fa, #2563eb) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Hero Description */
.hero-description {
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 40px !important;
    max-width: 500px;
}

/* Hero Stats Grid */
.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.hero-stats-grid .stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, 0.2) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
}

.hero-stats-grid .stat-card:hover {
    transform: translateY(-5px) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15) !important;
}

.hero-stats-grid .stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px !important;
    height: 45px !important;
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-radius: 12px !important;
    color: white !important;
    font-size: 18px !important;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.hero-stats-grid .stat-number {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: white !important;
    line-height: 1;
}

.hero-stats-grid .stat-label {
    font-size: 0.9rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
}

/* CTA Buttons */
.hero-cta-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: white !important;
    padding: 16px 32px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1rem;
    transition: all 0.3s ease !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.cta-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4) !important;
    color: white !important;
}

.cta-secondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    padding: 16px 32px !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1rem;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(20px);
}

.cta-secondary:hover {
    background: rgba(59, 130, 246, 0.2) !important;
    border-color: rgba(59, 130, 246, 0.5) !important;
    transform: translateY(-3px) !important;
    color: white !important;
}

/* Hero Visual Section */
.hero-visual-section {
    position: relative;
    padding: 0 0 40px 0;
}

.hero-image-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.hero-main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Floating Info Cards */
.floating-info-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float 3s ease-in-out infinite;
}

.floating-info-card.card-1 {
    top: 20%;
    left: -10%;
    animation-delay: 0s;
}

.floating-info-card.card-2 {
    bottom: 20%;
    right: -10%;
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.floating-info-card .info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 10px;
    color: white;
    font-size: 14px;
}

.floating-info-card .info-title {
    font-weight: 700 !important;
    color: white !important;
    font-size: 1rem;
    display: block;
}

.floating-info-card .info-subtitle {
    font-size: 0.8rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    display: block;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 3;
}

.scroll-text {
    font-size: 0.9rem;
    font-weight: 500;
}

.scroll-arrow {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-main-container {
        padding: 0 15px;
    }
    
    .hero-content-wrapper {
        padding: 40px 0;
        text-align: center;
    }
    
    .hero-main-title {
        font-size: clamp(2rem, 8vw, 3rem) !important;
        margin-bottom: 15px !important;
    }
    
    .hero-description {
        font-size: 1.1rem !important;
        margin-bottom: 30px !important;
    }
    
    .hero-stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 40px;
    }
    
    .hero-cta-section {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-primary, .cta-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .floating-info-card {
        display: none;
    }
}

@media (max-width: 480px) {
    .service-hero-revolutionary {
        min-height: 90vh;
    }
    
    .hero-content-wrapper {
        padding: 30px 0;
    }
    
    .hero-main-title {
        font-size: clamp(1.8rem, 10vw, 2.5rem) !important;
    }
    
    .hero-description {
        font-size: 1rem !important;
    }
    
    .hero-stats-grid .stat-card {
        padding: 15px !important;
    }
}

/* Latest Work Section - Enhanced Modern Redesign */
.latest-work-modern-section {
    padding: 100px 0;
    background: #1d262e;
    position: relative;
    overflow: hidden;
}

.latest-work-modern-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-portfolio" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%233b82f6" stroke-width="0.2"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid-portfolio)"/></svg>');
    opacity: 0.05;
    z-index: 1;
}

.section-badge-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.section-badge-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.section-badge-enhanced:hover::before {
    left: 100%;
}

.badge-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.section-title-enhanced {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle-enhanced {
    font-size: 1.125rem;
    color: #cbd5e0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.section-divider-enhanced {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    margin: 0 auto 60px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

.projects-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

.project-showcase-card {
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.project-showcase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4);
}

.project-image-wrapper-enhanced {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.project-image-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(29, 78, 216, 0.1) 100%);
    z-index: 1;
}

.project-image-enhanced {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-showcase-card:hover .project-image-enhanced {
    transform: scale(1.1);
}

.project-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.8) 0%, rgba(45, 55, 72, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.project-showcase-card:hover .project-hover-overlay {
    opacity: 1;
}

.project-overlay-content-enhanced {
    text-align: center;
    color: white;
}

.project-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.project-actions-enhanced {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.project-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.project-action-btn.primary {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
}

.project-action-btn.secondary {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.project-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.project-status-indicator {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 4;
    backdrop-filter: blur(10px);
}

.status-dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.project-content-enhanced {
    padding: 30px;
}

.project-meta-enhanced {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.project-category-chip,
.project-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(147, 197, 253, 0.2);
    color: #93c5fd;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(147, 197, 253, 0.3);
}

.project-title-enhanced {
    margin-bottom: 24px;
}

.project-title-enhanced a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.project-title-enhanced a:hover {
    color: #93c5fd;
}

.project-description-enhanced {
    color: #e2e8f0;
    line-height: 1.6;
    margin-bottom: 24px;
}

.project-footer-enhanced {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.project-cta-link:hover {
    color: #ffffff;
    gap: 12px;
}

.cta-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #93c5fd 0%, #ffffff 100%);
    color: #1e40af;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.project-cta-link:hover .cta-arrow {
    transform: translateX(4px);
}

.project-engagement {
    display: flex;
    gap: 16px;
}

.engagement-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #94a3b8;
    font-size: 0.875rem;
}

.projects-cta-section {
    margin-top: 80px;
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.projects-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}

.cta-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-content p {
    font-size: 1.125rem;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 auto;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn.primary {
    background: #007bff;
    color: white;
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Service FAQ Section - Enhanced Modern Redesign */
.service-faq-modern-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.service-faq-modern-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-faq" width="15" height="15" patternUnits="userSpaceOnUse"><path d="M 15 0 L 0 0 0 15" fill="none" stroke="%2393c5fd" stroke-width="0.3"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid-faq)"/></svg>');
    opacity: 0.1;
    z-index: 1;
}

.service-faq-modern-section .section-title-enhanced {
    color: white;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-faq-modern-section .section-subtitle-enhanced {
    color: #cbd5e0;
}

.faq-content-wrapper {
    position: relative;
    z-index: 2;
}

.faq-intro-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(147, 197, 253, 0.1);
    padding: 32px;
    border-radius: 20px;
    margin-bottom: 48px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(147, 197, 253, 0.2);
}

.faq-intro-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #93c5fd 0%, #ffffff 100%);
    border-radius: 20px;
    font-size: 2rem;
    color: #1e40af;
    flex-shrink: 0;
}

.faq-intro-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.faq-intro-content p {
    color: #cbd5e0;
    line-height: 1.6;
}

.faq-modern-wrapper {
    margin-bottom: 48px;
}

.faq-placeholder {
    text-align: center;
    padding: 80px 40px;
    background: rgba(147, 197, 253, 0.1);
    border-radius: 20px;
    margin-bottom: 48px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(147, 197, 253, 0.2);
}

.placeholder-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #93c5fd 0%, #ffffff 100%);
    border-radius: 50%;
    font-size: 3rem;
    color: #1e40af;
    margin-bottom: 24px;
}

.faq-placeholder h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
}

.faq-placeholder p {
    color: #cbd5e0;
    margin-bottom: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.placeholder-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #93c5fd 0%, #ffffff 100%);
    color: #1e40af;
    padding: 16px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(147, 197, 253, 0.3);
}

.placeholder-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(147, 197, 253, 0.4);
}

.faq-contact-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(147, 197, 253, 0.1);
    padding: 32px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(147, 197, 253, 0.2);
}

.faq-contact-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #93c5fd 0%, #ffffff 100%);
    border-radius: 15px;
    font-size: 1.5rem;
    color: #1e40af;
}

.contact-text h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: white;
}

.contact-text p {
    color: #cbd5e0;
}

.contact-actions {
    display: flex;
    gap: 12px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-btn.primary {
    background: linear-gradient(135deg, #93c5fd 0%, #ffffff 100%);
    color: #1e40af;
    border: 1px solid rgba(147, 197, 253, 0.3);
}

.contact-btn.secondary {
    background: rgba(147, 197, 253, 0.2);
    color: #93c5fd;
    border: 1px solid rgba(147, 197, 253, 0.3);
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title-enhanced {
        font-size: 2rem;
    }
    
    .projects-showcase-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .project-showcase-card {
        border-radius: 15px;
    }
    
    .project-image-wrapper-enhanced {
        height: 220px;
    }
    
    .project-content-enhanced {
        padding: 20px;
    }
    
    .projects-cta-section {
        padding: 40px 20px;
        margin-top: 60px;
    }
    
    .cta-content h3 {
        font-size: 1.5rem;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .faq-intro-card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }
    
    .faq-contact-card {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    
    .contact-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .contact-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .section-badge-enhanced {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    
    .section-title-enhanced {
        font-size: 1.75rem;
    }
    
    .section-subtitle-enhanced {
        font-size: 1rem;
    }
    
    .project-meta-enhanced {
        flex-direction: column;
        gap: 8px;
    }
    
    .project-footer-enhanced {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .projects-cta-section {
        padding: 30px 15px;
    }
    
    .faq-placeholder {
        padding: 60px 20px;
    }
    
    .placeholder-icon {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
}