/* Jobs Page - Same Style as Services/Projects Page */

/* Jobs Hero Section */
.jobs-hero-section {
    background: transparent;
    padding: 100px 0 80px;
    transform: translateZ(0);
}

.jobs-hero-content {
    text-align: center;
}

.jobs-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.jobs-hero-subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.jobs-hero-highlight {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
}

.jobs-hero-highlight strong {
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.8rem;
}

.jobs-hero-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.hero-feature-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-feature-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(79, 70, 229, 0.3);
    transform: translateY(-5px);
}

.hero-feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-feature-icon i {
    font-size: 2rem;
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-feature-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.hero-feature-item p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Products Section */
.jobs-products-section {
    background: transparent;
    padding: 80px 0;
    transform: translateZ(0);
}

.products-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.product-item-card {
    text-align: center;
    padding: 40px 30px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

.product-item-card:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(79, 70, 229, 0.3) !important;
    transform: translateY(-8px);
}

.product-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.product-icon i {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-item-card h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* Work Details Section */
.work-details-section {
    background: transparent;
    padding: 80px 0;
    transform: translateZ(0);
}

.work-details-card {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

.work-details-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.work-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.work-details-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border-left: 4px solid #4F46E5;
}

.work-details-list li i {
    font-size: 1.5rem;
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-width: 30px;
}

.work-details-list li span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
}

.work-details-list li strong {
    color: #fff;
    font-weight: 700;
}

/* Apply Section */
.apply-section {
    background: transparent;
    padding: 80px 0;
    transform: translateZ(0);
}

.btn-apply-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-apply-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
    color: white;
}

.btn-apply-whatsapp i {
    font-size: 1.5rem;
    margin-right: 10px;
}

/* Jobs Grid Section */
.jobs-grid-section {
    background: transparent;
    padding: 80px 0 100px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.container-fluid.px-4 {
    max-width: 1400px;
    margin: 0 auto;
}

/* Job Card */
.job-card-new {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    will-change: transform, box-shadow, background, border-color;
}

.job-card-new:hover {
    transform: translateY(-12px) translateZ(0) scale(1.02);
    box-shadow: 0 20px 50px rgba(79, 70, 229, 0.4);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(79, 70, 229, 0.5);
}

.job-card-header {
    padding: 25px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.job-type-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.job-type-badge i {
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.job-deadline {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.job-deadline i {
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Card Body */
.job-card-body-new {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.job-title-new {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
    transition: color 0.3s ease, transform 0.3s ease;
}

.job-card-new:hover .job-title-new {
    color: rgba(255, 255, 255, 1);
    transform: translateX(3px);
}

.job-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.job-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.job-meta-item i {
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1rem;
}

.job-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin-bottom: 20px;
    flex: 1;
}

.job-description p {
    margin: 0;
    font-size: 1rem;
}

/* Card Actions */
.job-card-actions {
    padding: 0 30px 30px;
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.btn-job-detail,
.btn-job-apply {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 22px;
    border-radius: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 0.98rem;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

.btn-job-detail {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-job-detail:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateY(-3px) translateZ(0) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.btn-job-apply {
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    color: white;
    border: none;
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
}

.btn-job-apply:hover {
    transform: translateY(-3px) translateZ(0) scale(1.02);
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.6);
    color: white;
    background: linear-gradient(135deg, #5B52F0 0%, #14C98A 100%);
}

/* Jobs Introduction Section */
.jobs-intro-section {
    background: transparent;
    padding: 60px 0;
    transform: translateZ(0);
}

.jobs-intro-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.intro-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
}

.intro-icon-wrapper i {
    font-size: 36px;
    background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.intro-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.intro-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 900px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 1;
}

.intro-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.intro-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.intro-feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.intro-feature-item i {
    color: #10B981;
    font-size: 1.1rem;
}

/* Performance Optimizations */
.jobs-grid-section {
    contain: layout style paint;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: scroll-position;
    transform: translateZ(0);
}

.job-card-new {
    contain: layout style paint;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

/* Responsive */
@media (max-width: 992px) {
    .job-card-new {
        min-height: auto;
    }
    
    .job-card-body-new {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .jobs-hero-section {
        padding: 60px 0;
    }
    
    .jobs-hero-title {
        font-size: 1.8rem;
    }
    
    .jobs-hero-subtitle {
        font-size: 1.5rem;
    }
    
    .jobs-hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .hero-feature-item {
        padding: 20px 15px;
    }
    
    .hero-feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .hero-feature-icon i {
        font-size: 1.5rem;
    }
    
    .jobs-grid-section {
        padding: 60px 0;
    }
    
    .jobs-intro-content {
        padding: 40px 25px;
    }
    
    .intro-title {
        font-size: 1.8rem;
    }
    
    .intro-description {
        font-size: 1rem;
    }
    
    .intro-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .job-card-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .job-card-actions {
        flex-direction: column;
    }
    
    .work-details-card {
        padding: 25px 20px;
    }
    
    .work-details-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

