/* =========================================================
   HALAMAN PRODUK BEGEL
   TEMA: GARUDA LINTAS SEGORO
   ========================================================= */

.begel-page {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 28px 18px 80px;

    font-family:
        'Poppins',
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Arial,
        sans-serif;

    color: #0f172a;
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.begel-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 24px;

    font-size: 13px;

    color: rgba(15, 23, 42, .55);
}


.begel-breadcrumb a {
    color: #2563eb;

    text-decoration: none;

    font-weight: 600;
}


.begel-breadcrumb a:hover {
    color: #14b8a6;
}


.begel-breadcrumb span {
    color: rgba(15, 23, 42, .35);
}


.begel-breadcrumb strong {
    color: #0f172a;

    font-weight: 700;
}


/* =========================================================
   INTRO PRODUK
   ========================================================= */

.begel-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);
}


/* =========================================================
   CONTENT INTRO
   ========================================================= */

.begel-intro-content {
    width: 100%;
    max-width: 100%;
}


/* =========================================================
   LABEL
   ========================================================= */

.begel-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;
}


/* =========================================================
   JUDUL
   ========================================================= */

.begel-intro h1 {
    width: 100%;

    margin: 0 0 9px;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;

    color: #0f172a;
}


/* =========================================================
   DESKRIPSI
   ========================================================= */

.begel-intro p {
    width: 100%;
    max-width: 100%;

    margin: 0;

    font-size: 14px;

    line-height: 1.8;

    color: rgba(15, 23, 42, .70);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 820px) {

    .begel-intro {
        padding: 28px 28px;

        border-radius: 22px;
    }

    .begel-intro-content {
        width: 100%;
        max-width: 100%;
    }

    .begel-intro h1 {
        font-size: 32px;
    }

    .begel-intro p {
        width: 100%;
        max-width: 100%;

        font-size: 13px;

        line-height: 1.75;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .begel-intro {
        width: 100%;

        margin-bottom: 20px;

        padding: 24px 20px;

        border-radius: 20px;
    }

    .begel-label {
        padding: 6px 10px;

        margin-bottom: 9px;

        font-size: 9px;

        letter-spacing: .6px;
    }

    .begel-intro h1 {
        width: 100%;

        margin-bottom: 9px;

        font-size: 28px;
    }

    .begel-intro p {
        width: 100%;
        max-width: 100%;

        font-size: 12px;

        line-height: 1.7;
    }

}


/* =========================================================
   HP KECIL
   ========================================================= */

@media (max-width: 420px) {

    .begel-intro {
        padding: 21px 17px;

        border-radius: 18px;
    }

    .begel-intro h1 {
        font-size: 26px;
    }

    .begel-intro p {
        font-size: 11px;

        line-height: 1.7;
    }

}


/* =========================================================
   PRODUK IMAGE + INFO
   ========================================================= */

.begel-product {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, .95fr);

    gap: 35px;

    align-items: center;

    margin-bottom: 65px;
}


/* =========================================================
   IMAGE BOX
   ========================================================= */

.begel-image-box {
    width: 100%;

    min-height: 390px;

    padding: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 24px;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    box-shadow:
        0 18px 40px rgba(2, 6, 23, .07);
}


.begel-image-inner {
    width: 100%;

    height: 350px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 18px;

    background:
        radial-gradient(
            circle at center,
            #f8fafc 0%,
            #ffffff 70%
        );

    overflow: hidden;
}


.begel-image-inner img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

    transition: transform .35s ease;
}


.begel-image-box:hover img {
    transform: scale(1.025);
}


/* =========================================================
   INFO PRODUK
   ========================================================= */

.begel-info {
    padding: 8px 0;
}


.begel-small-label {
    display: block;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;
}


.begel-info h2 {
    margin: 0 0 12px;

    font-size: 32px;

    line-height: 1.2;

    font-weight: 800;

    color: #0f172a;
}


.begel-info p {
    margin: 0 0 12px;

    font-size: 14px;

    line-height: 1.8;

    color: rgba(15, 23, 42, .70);
}


.begel-info-line {
    width: 100%;

    height: 1px;

    margin: 22px 0;

    background:
        linear-gradient(
            90deg,
            rgba(37, 99, 235, .25),
            rgba(20, 184, 166, .12),
            transparent
        );
}


/* =========================================================
   FEATURE
   ========================================================= */

.begel-feature {
    display: flex;

    flex-direction: column;

    gap: 15px;
}


.feature-item {
    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: 9px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #14b8a6
        );

    color: #ffffff;

    font-size: 13px;

    font-weight: 800;
}


.feature-item strong {
    display: block;

    margin-bottom: 2px;

    font-size: 13px;

    font-weight: 800;

    color: #0f172a;
}


.feature-item small {
    display: block;

    font-size: 11px;

    line-height: 1.5;

    color: rgba(15, 23, 42, .58);
}


/* =========================================================
   SECTION
   ========================================================= */

.begel-section {
    width: 100%;

    margin-bottom: 65px;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.begel-section-heading {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 20px;
}


.begel-section-heading > div:first-child {
    flex: 0 0 auto;
}


.section-label {
    display: block;

    margin-bottom: 4px;

    color: #2563eb;

    font-size: 10px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: .8px;
}


.begel-section-heading h2 {
    margin: 0;

    font-size: 25px;

    line-height: 1.25;

    font-weight: 800;

    color: #0f172a;
}


.section-line {
    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(15, 23, 42, .18),
            rgba(15, 23, 42, .05)
        );
}


/* =========================================================
   TABLE CARD
   ========================================================= */

.begel-table-card {
    width: 100%;

    padding: 1px;

    border-radius: 20px;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    box-shadow:
        0 14px 35px rgba(2, 6, 23, .06);

    overflow: hidden;
}


.begel-table-scroll {
    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}


/* =========================================================
   TABLE
   ========================================================= */

.begel-table {
    width: 100%;

    min-width: 760px;

    border-collapse: collapse;

    table-layout: fixed;

    background: #ffffff;

    font-size: 11px;
}


.begel-table th,
.begel-table td {
    border-right: 1px solid rgba(15, 23, 42, .12);

    border-bottom: 1px solid rgba(15, 23, 42, .12);

    padding: 10px 7px;

    text-align: center;

    vertical-align: middle;
}


.begel-table th:last-child,
.begel-table td:last-child {
    border-right: 0;
}


.begel-table tbody tr:last-child td {
    border-bottom: 0;
}


/* HEADER TABEL */

.begel-table thead th {
    background:
        linear-gradient(
            135deg,
            #f8fafc,
            #f1f5f9
        );

    color: #0f172a;

    font-size: 10px;

    font-weight: 800;
}


.begel-table thead tr:first-child th {
    height: 42px;
}


.begel-table thead tr:nth-child(2) th {
    height: 34px;

    font-size: 9px;

    color: rgba(15, 23, 42, .70);
}


/* BODY */

.begel-table tbody td {
    height: 38px;

    color: rgba(15, 23, 42, .72);

    font-weight: 500;
}


.begel-table tbody td:first-child {
    color: #0f172a;

    font-weight: 800;
}


.begel-table tbody tr {
    transition:
        background .2s ease;
}


.begel-table tbody tr:hover {
    background: rgba(37, 99, 235, .035);
}


/* =========================================================
   SPECIFICATION CARD
   ========================================================= */

.spec-card {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0;

    border-radius: 20px;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    box-shadow:
        0 14px 35px rgba(2, 6, 23, .06);

    overflow: hidden;
}


.spec-column {
    padding: 12px 25px;
}


.spec-column + .spec-column {
    border-left: 1px solid rgba(15, 23, 42, .08);
}


.spec-row {
    min-height: 49px;

    display: grid;

    grid-template-columns: 150px 1fr;

    gap: 15px;

    align-items: center;

    border-bottom: 1px solid rgba(15, 23, 42, .07);
}


.spec-row:last-child {
    border-bottom: 0;
}


.spec-row span {
    font-size: 12px;

    color: rgba(15, 23, 42, .52);
}


.spec-row strong {
    font-size: 12px;

    color: #0f172a;

    font-weight: 700;
}


/* =========================================================
   CTA
   ========================================================= */

.begel-cta {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 30px 35px;

    border-radius: 24px;

    background:
        radial-gradient(
            500px 200px at 10% 10%,
            rgba(59, 130, 246, .5),
            transparent 65%
        ),
        radial-gradient(
            500px 200px at 90% 20%,
            rgba(20, 184, 166, .45),
            transparent 65%
        ),
        linear-gradient(
            135deg,
            #2563eb,
            #14b8a6
        );

    box-shadow:
        0 18px 40px rgba(37, 99, 235, .18);

    color: #ffffff;
}


.begel-cta span {
    display: block;

    margin-bottom: 5px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

    opacity: .82;
}


.begel-cta h2 {
    margin: 0 0 5px;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 800;
}


.begel-cta p {
    margin: 0;

    font-size: 12px;

    line-height: 1.6;

    opacity: .86;
}


.begel-cta-button {
    flex: 0 0 auto;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 13px 20px;

    border-radius: 14px;

    background: #ffffff;

    color: #2563eb;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(2, 6, 23, .12);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.begel-cta-button span {
    margin: 0;

    color: #2563eb;

    font-size: 16px;

    opacity: 1;
}


.begel-cta-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(2, 6, 23, .18);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .begel-page {
        padding-left: 18px;
        padding-right: 18px;
    }


    .begel-product {
        gap: 25px;
    }


    .begel-image-box {
        min-height: 320px;
    }


    .begel-image-inner {
        height: 285px;
    }


    .begel-info h2 {
        font-size: 28px;
    }


    .spec-row {
        grid-template-columns: 120px 1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .begel-page {
        padding:
            20px
            12px
            55px;
    }


    /* BREADCRUMB */

    .begel-breadcrumb {
        margin-bottom: 18px;

        font-size: 11px;
    }


    /* INTRO */

    .begel-intro {
        padding: 24px 20px;

        border-radius: 20px;

        margin-bottom: 20px;
    }


    .begel-intro h1 {
        font-size: 28px;
    }


    .begel-intro p {
        font-size: 12px;

        line-height: 1.7;

        text-align: justify;
    }


    /* PRODUCT */

    .begel-product {
        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 50px;
    }


    .begel-image-box {
        min-height: 280px;

        padding: 12px;

        border-radius: 20px;
    }


    .begel-image-inner {
        height: 250px;

        border-radius: 15px;
    }


    .begel-info {
        padding: 0 3px;
    }


    .begel-info h2 {
        font-size: 26px;
    }


    .begel-info p {
        font-size: 12px;

        line-height: 1.7;
    }


    /* SECTION */

    .begel-section {
        margin-bottom: 50px;
    }


    .begel-section-heading {
        gap: 12px;

        margin-bottom: 15px;
    }


    .section-label {
        font-size: 9px;
    }


    .begel-section-heading h2 {
        font-size: 20px;
    }


    /* TABLE */

    .begel-table-card {
        border-radius: 16px;
    }


    .begel-table {
        min-width: 740px;
    }


    /* SPEC */

    .spec-card {
        grid-template-columns: 1fr;

        border-radius: 18px;
    }


    .spec-column {
        padding: 8px 18px;
    }


    .spec-column + .spec-column {
        border-left: 0;

        border-top: 1px solid rgba(15, 23, 42, .08);
    }


    .spec-row {
        grid-template-columns: 115px 1fr;

        gap: 10px;

        min-height: 46px;
    }


    .spec-row span,
    .spec-row strong {
        font-size: 11px;
    }


    /* CTA */

    .begel-cta {
        flex-direction: column;

        align-items: flex-start;

        padding: 25px 20px;

        border-radius: 20px;

        gap: 20px;
    }


    .begel-cta h2 {
        font-size: 19px;
    }


    .begel-cta p {
        font-size: 11px;
    }


    .begel-cta-button {
        width: 100%;
    }

}


/* =========================================================
   HP KECIL
   ========================================================= */

@media (max-width: 420px) {

    .begel-page {
        padding-left: 10px;
        padding-right: 10px;
    }


    .begel-intro {
        padding: 21px 17px;
    }


    .begel-intro h1 {
        font-size: 25px;
    }


    .begel-image-box {
        min-height: 245px;
    }


    .begel-image-inner {
        height: 220px;
    }


    .begel-info h2 {
        font-size: 24px;
    }


    .begel-section-heading h2 {
        font-size: 18px;
    }


    .spec-row {
        grid-template-columns: 100px 1fr;
    }

}