/* =========================================================
   BESI UNP
   ========================================================= */

.unp-page {
    width: 100%;
    background: #ffffff;
    color: #0f172a;
}

.unp-container {
    width: min(1165px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.unp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;

    padding-top: 30px;
    margin-bottom: 28px;

    font-size: 13px;
    color: #94a3b8;
}

.unp-breadcrumb a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.unp-breadcrumb strong {
    color: #0f172a;
}


/* =========================================================
   INTRO
   ========================================================= */

.unp-intro {
    width: 100%;

    margin-bottom: 25px;
    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);
}

.unp-intro-content {
    width: 100%;
    max-width: none;
}

.unp-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;
}

.unp-intro h1 {
    margin: 0 0 9px;

    font-size: 38px;
    line-height: 1.15;

    font-weight: 800;
    letter-spacing: -.7px;

    color: #0f172a;
}

.unp-intro p {
    width: 100%;
    max-width: 100%;

    margin: 0;

    font-size: 14px;
    line-height: 1.8;

    color: rgba(15, 23, 42, .70);
}


/* =========================================================
   PRODUCT SECTION
   ========================================================= */

.unp-product-section {
    margin-bottom: 55px;
}

.unp-product-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;

    gap: 35px;
    align-items: center;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.unp-product-image {
    width: 100%;
    min-height: 360px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 24px;

    border: 1px solid rgba(15, 23, 42, .07);

    background:
        radial-gradient(
            300px 180px at 50% 20%,
            rgba(20, 184, 166, .09),
            transparent 70%
        ),
        #ffffff;

    box-shadow:
        0 15px 35px rgba(2, 6, 23, .06);
}


/* FOTO BESI UNP */

.unp-image-box {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 24px;
}

.unp-product-photo {
    width: 100%;
    height: 360px;

    display: block;

    object-fit: contain;
}


/* =========================================================
   PRODUCT INFO
   ========================================================= */

.unp-info {
    padding: 15px 0;
}

.unp-small-label {
    display: block;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1px;
}

.unp-info h2 {
    margin: 0 0 15px;

    font-size: 34px;
    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;

    color: #0f172a;
}

.unp-info p {
    margin: 0 0 15px;

    font-size: 14px;
    line-height: 1.8;

    color: #475569;
}

.unp-info-line {
    width: 100%;
    height: 1px;

    margin: 22px 0;

    background: rgba(15, 23, 42, .08);
}


/* =========================================================
   FEATURES
   ========================================================= */

.unp-feature {
    display: flex;
    flex-direction: column;

    gap: 16px;
}

.unp-feature-item {
    display: flex;
    align-items: flex-start;

    gap: 12px;
}

.unp-feature-icon {
    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(20, 184, 166, .10);

    color: #0f9f91;

    font-size: 14px;
    font-weight: 800;
}

.unp-feature-item strong {
    display: block;

    margin-bottom: 3px;

    font-size: 13px;

    color: #0f172a;
}

.unp-feature-item small {
    display: block;

    font-size: 12px;
    line-height: 1.5;

    color: #64748b;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.unp-section {
    margin-bottom: 50px;
}

.unp-section-heading {
    display: flex;
    align-items: center;

    gap: 25px;

    margin-bottom: 20px;
}

.section-label {
    display: block;

    margin-bottom: 5px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1px;
}

.unp-section-heading h2 {
    margin: 0;

    font-size: 25px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -.4px;

    color: #0f172a;
}

.section-line {
    flex: 1;

    height: 1px;

    background: rgba(15, 23, 42, .10);
}


/* =========================================================
   SPESIFIKASI
   ========================================================= */

.unp-spec-card {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 0;

    overflow: hidden;

    border: 1px solid rgba(15, 23, 42, .08);

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 12px 30px rgba(2, 6, 23, .04);
}

.unp-spec-column {
    padding: 8px 25px;
}

.unp-spec-column + .unp-spec-column {
    border-left: 1px solid rgba(15, 23, 42, .08);
}

.unp-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;

    min-height: 55px;

    border-bottom: 1px solid rgba(15, 23, 42, .07);
}

.unp-spec-row:last-child {
    border-bottom: 0;
}

.unp-spec-row span {
    font-size: 13px;
    color: #64748b;
}

.unp-spec-row strong {
    font-size: 13px;
    color: #0f172a;

    text-align: right;
}


/* =========================================================
   TABLE
   ========================================================= */

.unp-table-card {
    width: 100%;

    padding: 18px;

    border-radius: 20px;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    box-shadow:
        0 12px 30px rgba(2, 6, 23, .05);
}

.unp-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.unp-table {
    width: 100%;

    border-collapse: collapse;

    min-width: 650px;

    font-size: 13px;
}

.unp-table thead th {
    padding: 13px 15px;

    background: linear-gradient(
        90deg,
        #25b9a9,
        #34c9b8
    );

    color: #ffffff;

    font-weight: 700;

    text-align: center;

    border: 1px solid rgba(255,255,255,.35);
}

.unp-table tbody td {
    padding: 13px 15px;

    text-align: center;

    color: #334155;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .10);
}

.unp-table tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.unp-table tbody td:first-child,
.unp-table tbody td:nth-child(3) {
    font-weight: 700;
    color: #0f172a;
}


/* =========================================================
   NOTE
   ========================================================= */

.unp-note {
    display: flex;
    align-items: center;

    gap: 10px;

    margin: -20px 0 50px;

    padding: 14px 18px;

    border-radius: 12px;

    background: #f8fafc;

    border: 1px solid rgba(15, 23, 42, .06);
}

.unp-note span {
    width: 22px;
    height: 22px;

    flex: 0 0 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(37, 99, 235, .10);

    color: #2563eb;

    font-size: 12px;
    font-weight: 800;
}

.unp-note p {
    margin: 0;

    font-size: 12px;
    line-height: 1.5;

    color: #64748b;
}


/* =========================================================
   RESPONSIVE TABLET
   ========================================================= */

@media (max-width: 900px) {

    .unp-product-card {
        grid-template-columns: 1fr;
    }

    .unp-product-image {
        min-height: 300px;
    }

    .unp-product-photo {
        height: 300px;
    }

    .unp-info {
        padding: 0;
    }
}


/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .unp-container {
        width: min(100% - 28px, 1165px);
    }

    .unp-breadcrumb {
        padding-top: 22px;
        margin-bottom: 20px;

        font-size: 11px;
    }


    .unp-intro {
        padding: 25px 22px;

        border-radius: 20px;
    }

    .unp-intro h1 {
        font-size: 30px;
    }

    .unp-intro p {
        font-size: 13px;
        line-height: 1.7;
    }


    .unp-product-section {
        margin-bottom: 40px;
    }

    .unp-product-image {
        min-height: 260px;

        border-radius: 20px;
    }

    .unp-image-box {
        border-radius: 20px;
    }

    .unp-product-photo {
        height: 260px;
    }


    .unp-info h2 {
        font-size: 29px;
    }

    .unp-info p {
        font-size: 13px;
    }


    .unp-section {
        margin-bottom: 40px;
    }

    .unp-section-heading {
        gap: 15px;
    }

    .unp-section-heading h2 {
        font-size: 21px;
    }

    .section-line {
        display: none;
    }


    .unp-spec-card {
        grid-template-columns: 1fr;

        border-radius: 16px;
    }

    .unp-spec-column {
        padding: 5px 18px;
    }

    .unp-spec-column + .unp-spec-column {
        border-left: 0;

        border-top: 1px solid rgba(15, 23, 42, .08);
    }

    .unp-spec-row {
        min-height: 50px;
    }

    .unp-spec-row span,
    .unp-spec-row strong {
        font-size: 12px;
    }


    .unp-table-card {
        padding: 10px;

        border-radius: 16px;
    }

    .unp-table {
        min-width: 600px;

        font-size: 12px;
    }

    .unp-table thead th,
    .unp-table tbody td {
        padding: 11px 10px;
    }


    .unp-note {
        margin-bottom: 35px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 450px) {

    .unp-intro h1 {
        font-size: 27px;
    }

    .unp-intro {
        padding: 22px 18px;
    }

    .unp-product-image {
        min-height: 230px;
    }

    .unp-product-photo {
        height: 230px;
    }

    .unp-info h2 {
        font-size: 26px;
    }

    .unp-feature-item small {
        font-size: 11px;
    }
}