/* =========================================================
   JARFORCE V2 - CSS KHUSUS PAGE JARFORCE
   Source: dipisahkan dari jarvist_v2.css + inline style jarforce.php
   ========================================================= */

/* RESET SCOPE */
.jv-container * {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navigation a,
.btn,
.btn-jarvist,
.filters .filter {
    font-family: 'Arial', sans-serif;
}

/* GLOBAL */
.jv-container {
    max-width: 1280px;
    margin: auto;
    padding: 80px 20px;
    font-family: 'Arial', sans-serif;
    color: #0f172a;
}

img {
    max-width: 100%;
    height: auto;
}

.jf-mb-0 {
    margin-bottom: 0 !important;
}

.jf-mt-0 {
    margin-top: 0 !important;
}

/* =========================================================
   HERO
   ========================================================= */
.jv-hero {
    background: #ffffff;
    padding: 120px 0 80px;
}

.jv-hero-container {
    max-width: 1280px;
    margin: auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.jv-logo-text {
    font-size: 52px;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.jv-logo-text span {
    color: #ef4444;
}

.jv-logo {
    max-width: 280px;
    margin-bottom: 0;
}

.jv-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    max-width: 100%;
}

.jv-hero-image {
    position: relative;
}

.jv-hero-image img {
    width: 100%;
    border-radius: 14px;
}

/* =========================================================
   SECTION BACKGROUND
   ========================================================= */
.retail-section {
    background: #f9fafb;
}

.online-stores-section {
    background: #ffffff;
}

/* =========================================================
   COMMON HEADER
   ========================================================= */
.cctv-header {
    text-align: center;
    margin-bottom: 70px;
}

.cctv-header h2 {
    font-size: 42px;
    font-weight: inherit;
    margin: 0;
    color: #0f172a;
    text-transform: none;
}

.cctv-header h2 span {
    color: #2563eb;
}

.cctv-header p {
    margin-top: 8px;
    font-size: 18px;
    color: #64748b;
}

/* =========================================================
   AI HR MANAGEMENT / SUITE SECTION
   ========================================================= */
.suite-section {
    max-width: 1280px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center !important;
}

.suite-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 40px;
}

.suite-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.suite-right img {
    width: 100%;
    max-width: 520px;
}

.feature,
.suite-feature,
.feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature {
    margin-bottom: 28px;
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: #eaf2ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
    transition: all 0.25s ease;
}

.feature-icon img {
    width: 80px;
    height: auto;
}

.feature:hover .feature-icon,
.suite-feature:hover .feature-icon,
.feature-item:hover .feature-icon {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
}

.feature-text strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
    margin: 0 0 6px;
}

.feature-text p {
    margin: 0;
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

/* =========================================================
   HUMAN CAPITAL MANAGEMENT SUPERAPP
   CSS ini sebelumnya berada langsung di view jarforce.php
   ========================================================= */
.superapp-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Arial', sans-serif;
    color: #0f172a;
}

.container-superapp {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.superapp-left {
    flex: 1;
    text-align: center;
}

.superapp-left img {
    width: 100%;
    height: auto;
}

.superapp-right {
    flex: 1.2;
}

.superapp-header h2 {
    font-size: 38px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

.superapp-header h2 span {
    color: #2563eb;
}

.superapp-header p {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 40px;
}

.superapp-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 50px;
}

.feature-item {
    align-items: center;
    gap: 15px;
}

.feature-item p {
    margin: 0;
    font-size: 16px;
    color: #1f2937;
    font-weight: 500;
}

.icon-box {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    display: inline-block;
}

/* =========================================================
   PROACTIVE / DOCUMENT PROCESSING SECTION
   ========================================================= */
.proactive-section {
    max-width: 1280px;
    margin: 80px auto 0;
}

.eyes-section {
    margin-bottom: 120px;
}

.eyes-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 80px;
}

.eyes-header h2 {
    font-size: 48px;
    font-weight: inherit;
    margin: 0;
    color: #0f172a;
    text-transform: none;
}

.eyes-header h2 span {
    color: #2563eb;
}

.eyes-header p {
    margin-top: 12px;
    font-size: 20px;
    color: #64748b;
}

.eyes-content {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.eyes-left img {
    width: 100%;
    max-width: 560px;
    border-radius: 16px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 992px) {
    .jv-hero-container,
    .suite-section,
    .eyes-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .jv-hero-desc {
        margin: auto;
    }

    .suite-features,
    .superapp-features {
        grid-template-columns: 1fr;
    }

    .feature,
    .suite-feature,
    .feature-item {
        justify-content: center;
        text-align: left;
    }

    .suite-right img,
    .eyes-left img {
        margin: 0 auto;
    }

    .container-superapp {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .jv-container {
        padding: 60px 18px;
    }

    .jv-hero {
        padding: 80px 0 60px;
    }

    .cctv-header h2,
    .eyes-header h2 {
        font-size: 30px;
    }

    .cctv-header p,
    .eyes-header p {
        font-size: 15px;
    }
}

.jv-section {
    background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
}

.jv-container {
    max-width: 1280px;
    margin: auto;
    padding: 80px 20px;
    font-family: 'Arial', sans-serif;
    color: #0f172a;
}

.jv-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.scaling-header {
    margin-bottom: 120px;
}

.suite-section {
    max-width: 1280px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: start;
}

.suite-title {
    font-size: 32px;
    font-weight: inherit;
    margin: 0 0 12px;
    color: #0f172a;
    text-transform: none;
}

.suite-title span {
    color: #2563eb;
}

.suite-subtitle {
    font-size: 16px;
    color: #64748b;
    /* max-width: 520px; */
    margin-bottom: 48px;
}

.suite-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 40px;
}

.suite-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: #eaf2ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
    transition: all 0.25s ease;
}

.feature-icon img {
    width: 80px;
    height: auto;
}

.suite-feature:hover .feature-icon {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
}

.feature-text strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
    margin: 0 0 6px;
}

.feature-text p {
    margin: 0;
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

.suite-right img {
    width: 100%;
    max-width: 520px;
}

@media (max-width: 992px) {
    .suite-section {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .suite-features {
        grid-template-columns: 1fr;
    }

    .suite-feature {
        justify-content: center;
        text-align: left;
    }

    .suite-right img {
        margin: 0 auto;
    }
}