/* =========================================================
   BEGEL PAGE
   ========================================================= */

.begel-page {
    width: 100%;
    background: #ffffff;
}

.begel-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 30px 18px 90px;
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.begel-breadcrumb {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 28px;

    font-size: 13px;
}

.begel-breadcrumb a {
    color: #2563eb;

    text-decoration: none;

    font-weight: 600;
}

.begel-breadcrumb span {
    color: #94a3b8;
}

.begel-breadcrumb strong {
    color: #0f172a;

    font-weight: 700;
}


/* =========================================================
   INTRO PRODUK
   ========================================================= */

.begel-intro {
    width: 100%;

    margin-bottom: 42px;

    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);
}


.begel-intro-content {
    width: 100%;
    max-width: 100%;
}


.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;
}


.begel-intro h1 {
    width: 100%;

    margin: 0 0 10px;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;

    color: #0f172a;
}


.begel-intro p {
    width: 100%;
    max-width: 100%;

    margin: 0 0 8px;

    font-size: 14px;

    line-height: 1.75;

    color: rgba(15, 23, 42, .70);
}


/* =========================================================
   SECTION
   ========================================================= */

.begel-section {
    width: 100%;

    margin-bottom: 55px;
}


.begel-section-heading {
    display: flex;

    align-items: flex-end;

    gap: 20px;

    margin-bottom: 24px;
}


.section-label {
    display: block;

    margin-bottom: 5px;

    color: #2563eb;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


.begel-section-heading h2 {
    margin: 0;

    color: #0f172a;

    font-size: 28px;

    line-height: 1.2;

    font-weight: 800;
}


.section-line {
    flex: 1;

    height: 1px;

    margin-bottom: 5px;

    background:
        linear-gradient(
            90deg,
            rgba(15, 23, 42, .16),
            transparent
        );
}


/* =========================================================
   JENIS BEGEL
   ========================================================= */

.begel-types-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


.begel-type-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    border-radius: 20px;

    box-shadow:
        0 12px 32px rgba(2, 6, 23, .06);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.begel-type-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(2, 6, 23, .11);
}


.begel-type-image {
    width: 100%;

    height: 210px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 20px;

    background: #ffffff;
}


.begel-type-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}


.begel-type-content {
    padding: 18px 20px 20px;

    border-top: 1px solid rgba(15, 23, 42, .06);
}


.begel-type-content h3 {
    margin: 0 0 7px;

    color: #0f172a;

    font-size: 17px;

    line-height: 1.3;

    font-weight: 800;
}


.begel-type-content p {
    margin: 0;

    color: rgba(15, 23, 42, .62);

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   DETAIL PRODUK
   ========================================================= */

.begel-detail {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, .95fr);

    gap: 35px;

    align-items: center;

    margin-bottom: 65px;
}


.begel-detail-image {
    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);
}


.begel-detail-image img {
    width: 100%;
    height: 330px;

    object-fit: contain;

    display: block;
}


/* =========================================================
   INFO
   ========================================================= */

.begel-info {
    width: 100%;

    max-width: 500px;

    padding: 5px;
}


.begel-small-label {
    display: block;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 10px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 1px;
}


.begel-info h2 {
    margin: 0 0 13px;

    color: #0f172a;

    font-size: 32px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.5px;
}


.begel-info p {
    width: 100%;

    max-width: 460px;

    margin: 0 0 10px;

    color: rgba(15, 23, 42, .68);

    font-size: 13px;

    line-height: 1.75;
}


.begel-info-line {
    width: 100%;

    max-width: 460px;

    height: 1px;

    margin: 19px 0 17px;

    background:
        linear-gradient(
            90deg,
            rgba(37, 99, 235, .25),
            rgba(20, 184, 166, .12),
            transparent
        );
}


/* =========================================================
   FEATURE
   ========================================================= */

.begel-feature {
    width: 100%;

    max-width: 460px;

    display: flex;

    flex-direction: column;

    gap: 14px;
}


.feature-item {
    display: flex;

    align-items: flex-start;

    gap: 11px;
}


.feature-icon {
    flex: 0 0 auto;

    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-top: 1px;

    border-radius: 9px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #14b8a6
        );

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 5px 12px rgba(37, 99, 235, .15);
}


.feature-item strong {
    display: block;

    margin: 0 0 2px;

    color: #0f172a;

    font-size: 12px;

    line-height: 1.4;

    font-weight: 800;
}


.feature-item small {
    display: block;

    max-width: 350px;

    color: rgba(15, 23, 42, .55);

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   UKURAN
   ========================================================= */

.ukuran-section {
    margin-top: 10px;
}


.ukuran-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, .75fr);

    gap: 35px;

    align-items: start;
}


/* =========================================================
   TABLE CARD
   ========================================================= */

.begel-table-card {
    width: 100%;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, .08);

    border-radius: 20px;

    box-shadow:
        0 12px 32px rgba(2, 6, 23, .05);
}


.begel-table-title {
    padding: 14px 18px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            rgba(37, 99, 235, .06),
            rgba(20, 184, 166, .06)
        );

    border-bottom: 1px solid rgba(15, 23, 42, .08);

    color: #0f172a;

    font-size: 13px;
}


.begel-table-scroll {
    width: 100%;

    overflow-x: auto;
}


.begel-table {
    width: 100%;

    border-collapse: collapse;

    min-width: 450px;

    font-size: 12px;
}


.begel-table th {
    padding: 10px 12px;

    background: #f8fafc;

    border-bottom: 1px solid rgba(15, 23, 42, .12);

    color: #0f172a;

    font-weight: 800;

    text-align: center;
}


.begel-table td {
    padding: 9px 12px;

    border-bottom: 1px solid rgba(15, 23, 42, .09);

    color: rgba(15, 23, 42, .72);

    text-align: center;
}


.begel-table tbody tr:last-child td {
    border-bottom: none;
}


.begel-table tbody tr:hover {
    background: rgba(37, 99, 235, .025);
}


.ukuran-note {
    margin: 10px 15px 14px;

    color: rgba(15, 23, 42, .50);

    font-size: 10px;

    line-height: 1.5;
}


/* =========================================================
   FOTO UKURAN
   ========================================================= */

.ukuran-images {
    display: flex;

    flex-direction: column;

    gap: 18px;
}


.ukuran-image-card {
    width: 100%;

    overflow: hidden;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 12px 30px rgba(2, 6, 23, .06);
}


.ukuran-image-card img {
    width: 100%;

    height: 190px;

    display: block;

    object-fit: cover;
}


/* =========================================================
   CTA
   ========================================================= */

.begel-cta {
    width: 100%;

    margin-top: 20px;

    padding: 30px 35px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    border-radius: 22px;

    background:
        radial-gradient(
            450px 200px at 5% 20%,
            rgba(59, 130, 246, .18),
            transparent 65%
        ),
        radial-gradient(
            450px 200px at 95% 80%,
            rgba(20, 184, 166, .18),
            transparent 65%
        ),
        #f8fafc;

    border: 1px solid rgba(15, 23, 42, .07);
}


.begel-cta span {
    display: block;

    margin-bottom: 6px;

    color: #2563eb;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


.begel-cta h2 {
    margin: 0 0 7px;

    color: #0f172a;

    font-size: 23px;

    line-height: 1.3;

    font-weight: 800;
}


.begel-cta p {
    margin: 0;

    color: rgba(15, 23, 42, .60);

    font-size: 12px;

    line-height: 1.6;
}


.begel-cta-button {
    flex: 0 0 auto;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 46px;

    padding: 12px 20px;

    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #14b8a6
        );

    color: #ffffff !important;

    text-decoration: none;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 10px 25px rgba(37, 99, 235, .18);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.begel-cta-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(37, 99, 235, .25);
}


.begel-cta-button span {
    margin: 0;

    color: #ffffff;

    font-size: 16px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .begel-container {
        padding: 25px 15px 70px;
    }


    .begel-types-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 14px;
    }


    .begel-type-image {
        height: 175px;

        padding: 15px;
    }


    .begel-detail {
        grid-template-columns: 1fr;

        gap: 25px;
    }


    .begel-detail-image {
        min-height: 320px;
    }


    .begel-info {
        max-width: 100%;
    }


    .ukuran-layout {
        grid-template-columns: 1fr;
    }


    .ukuran-images {
        display: grid;

        grid-template-columns: 1fr 1fr;
    }


    .ukuran-image-card img {
        height: 220px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .begel-container {
        padding: 20px 12px 55px;
    }


    .begel-breadcrumb {
        margin-bottom: 20px;

        font-size: 11px;
    }


    .begel-intro {
        margin-bottom: 35px;

        padding: 23px 20px;

        border-radius: 20px;
    }


    .begel-label {
        padding: 6px 10px;

        font-size: 9px;
    }


    .begel-intro h1 {
        font-size: 29px;
    }


    .begel-intro p {
        font-size: 12px;

        line-height: 1.7;
    }


    .begel-section {
        margin-bottom: 42px;
    }


    .begel-section-heading {
        margin-bottom: 18px;

        gap: 12px;
    }


    .begel-section-heading h2 {
        font-size: 24px;
    }


    .section-label {
        font-size: 9px;
    }


    .begel-types-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .begel-type-image {
        height: 190px;
    }


    .begel-detail {
        margin-bottom: 45px;

        gap: 22px;
    }


    .begel-detail-image {
        min-height: 280px;

        padding: 20px;
    }


    .begel-detail-image img {
        height: 240px;
    }


    .begel-info {
        padding: 0 3px;
    }


    .begel-info h2 {
        font-size: 27px;
    }


    .begel-info p {
        max-width: 100%;

        font-size: 12px;

        line-height: 1.7;
    }


    .begel-info-line {
        margin: 17px 0 15px;
    }


    .begel-feature {
        max-width: 100%;

        gap: 13px;
    }


    .feature-item {
        gap: 10px;
    }


    .feature-icon {
        width: 27px;
        height: 27px;

        border-radius: 8px;
    }


    .feature-item small {
        max-width: 100%;

        font-size: 10px;
    }


    .ukuran-images {
        grid-template-columns: 1fr;
    }


    .ukuran-image-card img {
        height: 220px;
    }


    .begel-cta {
        flex-direction: column;

        align-items: flex-start;

        padding: 25px 22px;
    }


    .begel-cta h2 {
        font-size: 20px;
    }


    .begel-cta-button {
        width: 100%;
    }

}


/* =========================================================
   HP KECIL
   ========================================================= */

@media (max-width: 420px) {

    .begel-intro {
        padding: 21px 17px;
    }


    .begel-intro h1 {
        font-size: 27px;
    }


    .begel-intro p {
        font-size: 11px;
    }


    .begel-type-image {
        height: 175px;
    }


    .begel-detail-image {
        min-height: 240px;
    }


    .begel-detail-image img {
        height: 205px;
    }


    .begel-info h2 {
        font-size: 25px;
    }


    .begel-info p {
        font-size: 11px;
    }


    .begel-cta h2 {
        font-size: 18px;
    }

}