/* =========================================================
   BESI CNP HITAM
   ========================================================= */

.besicnp-page {
    width: 100%;
    background: #ffffff;
}

.besicnp-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 18px 90px;
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.besicnp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 26px;

    font-size: 13px;
    line-height: 1.5;
}

.besicnp-breadcrumb a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.besicnp-breadcrumb span {
    color: rgba(15, 23, 42, .35);
}

.besicnp-breadcrumb strong {
    color: #0f172a;
    font-weight: 700;
}


/* =========================================================
   INTRO PRODUK
   ========================================================= */

.besicnp-intro {
    width: 100%;

    margin-bottom: 26px;

    padding: 32px 35px;

    border-radius: 24px;

    background:
        radial-gradient(
            500px 220px at 10% 10%,
            rgba(59, 130, 246, .13),
            transparent 65%
        ),
        radial-gradient(
            500px 220px at 90% 20%,
            rgba(20, 184, 166, .13),
            transparent 65%
        ),
        #ffffff;

    border: 1px solid rgba(15, 23, 42, .07);

    box-shadow:
        0 18px 40px rgba(2, 6, 23, .06);
}

.besicnp-intro-content {
    width: 100%;
    max-width: none;
}

.besicnp-label {
    display: inline-flex;

    align-items: center;

    padding: 6px 12px;

    margin-bottom: 10px;

    border-radius: 999px;

    background: rgba(37, 99, 235, .09);

    color: #2563eb;

    font-size: 11px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: .7px;
}

.besicnp-intro h1 {
    margin: 0 0 10px;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;

    color: #0f172a;
}

.besicnp-intro p {
    width: 100%;
    max-width: 100%;

    margin: 0;

    font-size: 14px;

    line-height: 1.8;

    color: rgba(15, 23, 42, .70);
}


/* =========================================================
   INFORMASI PRODUK
   ========================================================= */

.besicnp-product-section {
    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    gap: 34px;

    align-items: center;

    margin-bottom: 60px;
}


/* =========================================================
   GAMBAR PRODUK
   ========================================================= */

.besicnp-product-image-card {
    width: 100%;

    min-height: 390px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 30px;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    border-radius: 24px;

    box-shadow:
        0 18px 40px rgba(2, 6, 23, .06);

    overflow: hidden;
}

.besicnp-product-image {
    width: 100%;
    max-width: 500px;

    height: 330px;

    object-fit: contain;

    display: block;
}


/* =========================================================
   INFO
   ========================================================= */

.besicnp-info {
    width: 100%;
}

.besicnp-small-label {
    display: inline-block;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .8px;
}

.besicnp-info h2 {
    margin: 0 0 14px;

    color: #0f172a;

    font-size: 32px;

    line-height: 1.2;

    font-weight: 800;
}

.besicnp-info p {
    margin: 0 0 13px;

    color: rgba(15, 23, 42, .70);

    font-size: 14px;

    line-height: 1.8;
}

.besicnp-info-line {
    width: 100%;

    height: 1px;

    margin: 20px 0;

    background: rgba(15, 23, 42, .10);
}


/* =========================================================
   FEATURES
   ========================================================= */

.besicnp-features {
    display: flex;

    flex-direction: column;

    gap: 15px;
}

.besicnp-feature {
    display: flex;

    align-items: flex-start;

    gap: 12px;
}

.feature-icon {
    flex: 0 0 auto;

    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(37, 99, 235, .10);

    color: #2563eb;

    font-size: 14px;

    font-weight: 800;
}

.besicnp-feature strong {
    display: block;

    margin-bottom: 2px;

    color: #0f172a;

    font-size: 14px;

    font-weight: 800;
}

.besicnp-feature small {
    display: block;

    color: rgba(15, 23, 42, .58);

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   SECTION
   ========================================================= */

.besicnp-section {
    width: 100%;

    margin-bottom: 55px;
}

.besicnp-section-heading {
    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 18px;
}

.besicnp-section-heading > div:first-child {
    flex: 0 0 auto;
}

.section-label {
    display: block;

    margin-bottom: 5px;

    color: #2563eb;

    font-size: 10px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: .8px;
}

.besicnp-section-heading h2 {
    margin: 0;

    color: #0f172a;

    font-size: 25px;

    line-height: 1.2;

    font-weight: 800;
}

.section-line {
    flex: 1;

    height: 1px;

    background: rgba(15, 23, 42, .15);
}


/* =========================================================
   TABLE CARD
   ========================================================= */

.besicnp-table-card {
    width: 100%;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    border-radius: 20px;

    box-shadow:
        0 14px 35px rgba(2, 6, 23, .05);

    overflow: hidden;
}

.besicnp-table-scroll {
    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}


/* =========================================================
   TABLE
   ========================================================= */

.besicnp-table {
    width: 100%;

    min-width: 650px;

    border-collapse: collapse;

    table-layout: fixed;

    font-size: 13px;
}

.besicnp-table th,
.besicnp-table td {
    padding: 11px 10px;

    border: 1px solid rgba(15, 23, 42, .13);

    text-align: center;

    vertical-align: middle;
}

.besicnp-table thead th {
    background: linear-gradient(
        135deg,
        #2563eb,
        #14b8a6
    );

    color: #ffffff;

    font-size: 11px;

    font-weight: 800;

    line-height: 1.35;
}

.besicnp-table tbody td {
    color: #334155;

    background: #ffffff;

    font-size: 12px;

    font-weight: 500;
}

.besicnp-table tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.besicnp-table tbody tr:hover td {
    background: rgba(37, 99, 235, .04);
}

.besicnp-table td:first-child {
    font-weight: 700;

    color: #0f172a;
}


/* =========================================================
   SPESIFIKASI
   ========================================================= */

.besicnp-spec-card {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    border-radius: 20px;

    box-shadow:
        0 14px 35px rgba(2, 6, 23, .05);

    overflow: hidden;
}

.besicnp-spec-column {
    padding: 22px 25px;
}

.besicnp-spec-column + .besicnp-spec-column {
    border-left: 1px solid rgba(15, 23, 42, .08);
}

.besicnp-spec-row {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    padding: 13px 0;

    border-bottom: 1px solid rgba(15, 23, 42, .07);
}

.besicnp-spec-row:last-child {
    border-bottom: 0;
}

.besicnp-spec-row span {
    color: rgba(15, 23, 42, .55);

    font-size: 12px;

    line-height: 1.5;
}

.besicnp-spec-row strong {
    color: #0f172a;

    font-size: 12px;

    line-height: 1.5;

    text-align: right;
}

.besicnp-note {
    margin: 10px 0 0;

    color: rgba(15, 23, 42, .55);

    font-size: 11px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 820px) {

    .besicnp-container {
        padding: 22px 12px 60px;
    }

    .besicnp-intro {
        padding: 26px 24px;
        border-radius: 20px;
    }

    .besicnp-intro h1 {
        font-size: 30px;
    }

    .besicnp-intro p {
        font-size: 13px;
        line-height: 1.75;
    }

    .besicnp-product-section {
        grid-template-columns: 1fr;

        gap: 22px;

        margin-bottom: 45px;
    }

    .besicnp-product-image-card {
        min-height: 300px;

        padding: 20px;
    }

    .besicnp-product-image {
        height: 260px;
    }

    .besicnp-info h2 {
        font-size: 28px;
    }

    .besicnp-section-heading h2 {
        font-size: 22px;
    }

    .besicnp-spec-card {
        grid-template-columns: 1fr;
    }

    .besicnp-spec-column {
        padding: 18px 20px;
    }

    .besicnp-spec-column + .besicnp-spec-column {
        border-left: 0;

        border-top: 1px solid rgba(15, 23, 42, .08);
    }

}


/* =========================================================
   HP
   ========================================================= */

@media (max-width: 620px) {

    .besicnp-breadcrumb {
        font-size: 12px;

        margin-bottom: 20px;
    }

    .besicnp-intro {
        padding: 22px 20px;

        margin-bottom: 20px;
    }

    .besicnp-intro h1 {
        font-size: 27px;

        margin-bottom: 9px;
    }

    .besicnp-intro p {
        font-size: 12px;

        line-height: 1.7;
    }

    .besicnp-product-image-card {
        min-height: 250px;

        border-radius: 18px;

        padding: 15px;
    }

    .besicnp-product-image {
        height: 220px;
    }

    .besicnp-info h2 {
        font-size: 25px;
    }

    .besicnp-info p {
        font-size: 13px;

        line-height: 1.7;
    }

    .besicnp-section {
        margin-bottom: 40px;
    }

    .besicnp-section-heading {
        gap: 12px;
    }

    .besicnp-section-heading h2 {
        font-size: 20px;
    }

    .section-label {
        font-size: 9px;
    }

    .besicnp-table {
        min-width: 620px;
    }

    .besicnp-table th,
    .besicnp-table td {
        padding: 9px 8px;
    }

    .besicnp-table thead th {
        font-size: 10px;
    }

    .besicnp-table tbody td {
        font-size: 11px;
    }

    .besicnp-spec-row {
        flex-direction: column;

        gap: 3px;
    }

    .besicnp-spec-row strong {
        text-align: left;
    }

}


/* =========================================================
   HP KECIL
   ========================================================= */

@media (max-width: 420px) {

    .besicnp-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .besicnp-intro {
        padding: 20px 17px;
    }

    .besicnp-intro h1 {
        font-size: 25px;
    }

    .besicnp-product-image-card {
        min-height: 220px;
    }

    .besicnp-product-image {
        height: 190px;
    }

    .besicnp-info h2 {
        font-size: 23px;
    }

    .besicnp-feature strong {
        font-size: 13px;
    }

    .besicnp-feature small {
        font-size: 11px;
    }

}