/* ==== sk-toast-style ==== */
.sk-toast{
      position: fixed !important;
      top: 92px !important;
      left: 50% !important;
      right: auto !important;
      transform: translateX(-50%) !important;
      width: min(720px, calc(100vw - 28px)) !important;
      z-index: 999999 !important;

      border-radius: 14px;
      box-shadow: 0 14px 38px rgba(0,0,0,.14);
      border: 1px solid rgba(0,0,0,.08);
      overflow: hidden;
    }

    @media (max-width: 767px){
      .sk-toast{ top: 76px !important; }
    }

    .sk-toast__inner{
      display:flex;
      align-items:center;
      gap:10px;
      padding:12px 14px;
      font-size:14px;
      line-height:1.35;
    }

    .sk-toast__icon{
      width:24px;
      height:24px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      flex: 0 0 auto;
    }

    .sk-toast__text{ flex:1; }

    .sk-toast__close{
      border:0;
      background:transparent;
      font-size:20px;
      line-height:1;
      cursor:pointer;
      opacity:.75;
    }
    .sk-toast__close:hover{ opacity:1; }

    /* ✅ SUCCESS (hijau) */
    .sk-toast--success{
      background:#ECFDF5;
      border-color: rgba(34,197,94,.28);
    }
    .sk-toast--success .sk-toast__icon{
      background: rgba(34,197,94,.18);
      color:#16a34a;
    }

    /* ✅ ERROR (merah) */
    .sk-toast--error{
      background:#FEF2F2;
      border-color: rgba(239,68,68,.28);
    }
    .sk-toast--error .sk-toast__icon{
      background: rgba(239,68,68,.18);
      color:#ef4444;
    }

    /* animasi keluar */
    .sk-toast.sk-toast--out{
      opacity:0;
      transform: translateX(-50%) translateY(-10px) !important;
      transition: .22s ease;
    }


/* ==== sk-scroll-fix ==== */
html,
        body {
            height: auto !important;
            min-height: 100% !important;
            overflow-y: auto !important;
            -webkit-overflow-scrolling: touch;
            touch-action: pan-y;
        }

        body {
            position: static !important;
            overscroll-behavior-y: auto;
        }

        /* fallback kalau wrapper theme ngunci */
        #wrapper,
        #page,
        #content,
        #main,
        .site,
        .site-content,
        .site-wrapper,
        .wrapper-container,
        #wrapper-container {
            height: auto !important;
            min-height: 100% !important;
            overflow: visible !important;
        }


/* ==== style-block-3 ==== */
/* ✅ pagar area kiri supaya teks gak nyelonong ke kanan */
            .elementor-25575 .elementor-element-9757aa5 .description {
                padding-right: 32px;
                box-sizing: border-box;
            }

            /* ✅ deskripsi rapi (justify) + batasi lebar biar gak nabrak gambar */
            .elementor-25575 .elementor-element-9757aa5 .sk-hero-desc {
                text-align: justify;
                text-justify: inter-word;
                max-width: 640px;
                margin-right: auto;
            }

            /* ✅ CTA utama */
            .elementor-25575 .elementor-element-9757aa5 .sk-hero-maincta {
                margin-top: 18px;
                margin-bottom: 12px;
                max-width: 640px;
            }

            .elementor-25575 .elementor-element-9757aa5 .sk-hero-maincta__btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;

                height: 58px;
                padding: 0 34px;
                border-radius: 999px;

                background: #2b7de9;
                color: #fff !important;
                text-decoration: none !important;

                font-weight: 900;
                font-size: 16px;
                letter-spacing: .2px;
                line-height: 1;

                box-shadow: 0 18px 34px rgba(43, 125, 233, .30);
                transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
            }

            .elementor-25575 .elementor-element-9757aa5 .sk-hero-maincta__btn:hover {
                transform: translateY(-2px);
                box-shadow: 0 26px 52px rgba(43, 125, 233, .36);
                filter: brightness(1.02);
            }

            /* ==========================
                                     ✅ WRAP GAMBAR + DOTS ONLY
                                     ========================== */
            .elementor-25575 .elementor-element-9757aa5 .sk-hero-imgwrap {
                position: relative;
                border-radius: 18px;
                overflow: visible;
                /* ✅ dots boleh keluar */
                isolation: isolate;
                width: 100%;
            }

            .elementor-25575 .elementor-element-9757aa5 .sk-hero-illus {
                width: 100%;
                height: auto;
                display: block;
                border-radius: 18px;
                position: relative;
                z-index: 3;
                /* ✅ gambar di atas dots */
            }

            /* overlay tipis biar lebih “blend” */
            .elementor-25575 .elementor-element-9757aa5 .sk-hero-imgwrap::after {
                content: "";
                position: absolute;
                inset: 0;
                border-radius: 18px;
                background: rgba(255, 255, 255, .02);
                pointer-events: none;
                z-index: 4;
            }

            /* ===== DOTS (tanpa animasi) ===== */
            .elementor-25575 .elementor-element-9757aa5 .sk-hero-deco {
                position: absolute;
                pointer-events: none;
                z-index: 2;
                /* ✅ di belakang gambar */
                animation: none !important;
                transform: none !important;
            }

            /* ✅ DOTS: panjang ngikut gambar + lebih premium (gak rame) */
            .elementor-25575 .elementor-element-9757aa5 .sk-hero-deco--dots {
                width: 92%;
                /* ✅ ngikut lebar gambar (lebih pas dari 95%) */
                max-width: 740px;
                /* ✅ safety kalau container gede */
                height: 110px;
                border-radius: 14px;

                opacity: .72;
                /* ✅ premium, gak terlalu pekat */

                /* ✅ dots halus + jarak lebih lega */
                background:
                    radial-gradient(circle, rgba(43, 125, 233, .42) 2px, transparent 2.35px) 0 0/14px 14px;
            }

            /* ✅ POSISI DOTS: di bawah gambar (tengah) — agak dinaikin biar pas */
            .elementor-25575 .elementor-element-9757aa5 .sk-hero-deco--bottom {
                left: 50%;
                bottom: -18px;
                /* ✅ lebih naik (seimbang) */
                transform: translateX(-50%) !important;
            }

            /* ==========================
                                     ✅ RESPONSIVE
                                     ========================== */
            @media (max-width: 768px) {
                .elementor-25575 .elementor-element-9757aa5 .description {
                    padding-right: 0;
                }

                .elementor-25575 .elementor-element-9757aa5 .sk-hero-desc {
                    text-align: left;
                    max-width: 100%;
                }

                .elementor-25575 .elementor-element-9757aa5 .sk-hero-maincta {
                    max-width: 100%;
                }

                .elementor-25575 .elementor-element-9757aa5 .sk-hero-maincta__btn {
                    width: 100%;
                    height: 54px;
                    padding: 0 18px;
                    font-size: 15px;
                }

                .elementor-25575 .elementor-element-9757aa5 .sk-hero-deco--dots {
                    width: 94%;
                    max-width: none;
                    height: 96px;
                    background:
                        radial-gradient(circle, rgba(43, 125, 233, .42) 1.9px, transparent 2.25px) 0 0/14px 14px;
                }

                .elementor-25575 .elementor-element-9757aa5 .sk-hero-deco--bottom {
                    bottom: -22px;
                }
            }


/* ==== style-block-4 ==== */
#sk-cta-wide {
            width: 100%;
        }

        #sk-cta-wide .sk-cta-wide__inner {
            max-width: 1290px;
            margin: 18px auto 56px;
            /* CTA internal margin tetap (jarak utama sudah dari spacer) */
            padding: 28px 40px;
            border-radius: 14px;

            background: #1f71f4 !important;
            position: relative;
            overflow: hidden;

            box-shadow: 0 22px 55px rgba(0, 0, 0, .12);
        }

        /* pattern */
        #sk-cta-wide .sk-cta-wide__inner::after {
            content: "";
            position: absolute;
            right: -40px;
            top: -30px;
            width: 560px;
            height: 340px;
            opacity: .16;
            pointer-events: none;
            background:
                radial-gradient(circle at 25% 35%, rgba(255, 255, 255, .55) 0 2px, transparent 3px) 0 0/22px 22px,
                radial-gradient(circle at 70% 65%, rgba(255, 255, 255, .45) 0 2px, transparent 3px) 0 0/26px 26px;
        }

        /* TOP layout */
        #sk-cta-wide .sk-cta-wide__top {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 28px;
        }

        #sk-cta-wide .sk-cta-wide__content {
            color: #fff;
            max-width: 900px;
            flex: 1 1 auto;
            min-width: 0;
        }

        #sk-cta-wide .sk-cta-wide__head {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 10px;
        }

        #sk-cta-wide .sk-cta-wide__dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #fff;
            box-shadow: 0 0 0 7px rgba(255, 255, 255, .18);
            margin-top: 7px;
            flex: 0 0 auto;
        }

        #sk-cta-wide .sk-cta-wide__kicker {
            font-weight: 900;
            font-size: 22px;
            line-height: 1.15;
            color: #fff;
            letter-spacing: .1px;
        }

        #sk-cta-wide .sk-cta-wide__subkicker {
            margin-top: 4px;
            font-size: 13px;
            color: rgba(255, 255, 255, .88);
            line-height: 1.2;
        }

        #sk-cta-wide .sk-cta-wide__desc {
            margin: 0;
            max-width: 820px;
            font-size: 15px;
            line-height: 1.75;
            color: rgba(255, 255, 255, .92);
        }

        /* RIGHT */
        #sk-cta-wide .sk-cta-wide__aside {
            position: relative;
            z-index: 1;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            min-width: 220px;
            padding-top: 6px;
        }

        #sk-cta-wide .sk-cta-wide__btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 46px;
            padding: 0 22px;
            border-radius: 12px;

            background: rgba(255, 255, 255, .95) !important;
            color: #111827 !important;
            text-decoration: none !important;

            font-weight: 900;
            font-size: 14px;

            box-shadow: 0 16px 28px rgba(0, 0, 0, .18);
            transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
            white-space: nowrap;
        }

        #sk-cta-wide .sk-cta-wide__btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 20px 34px rgba(0, 0, 0, .22);
            background: #fff !important;
        }

        /* Divider + meta */
        #sk-cta-wide .sk-cta-wide__divider {
            position: relative;
            z-index: 1;
            height: 1px;
            margin: 16px 0 12px;
            background: rgba(255, 255, 255, .22);
        }

        #sk-cta-wide .sk-cta-wide__meta {
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 14px 18px;
            color: rgba(255, 255, 255, .92);
            font-size: 12.5px;
            font-weight: 700;
        }

        #sk-cta-wide .sk-cta-wide__meta-item {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            line-height: 1;
            white-space: nowrap;
            opacity: .95;
        }

        /* bullet kecil + teks */
        #sk-cta-wide .sk-cta-wide__bullet {
            width: 7px;
            height: 7px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .92);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, .10);
            flex: 0 0 auto;
        }

        /* responsive */
        @media (max-width:992px) {
            #sk-cta-wide .sk-cta-wide__inner {
                padding: 22px 18px;
                margin: 16px auto 44px;
            }

            #sk-cta-wide .sk-cta-wide__top {
                flex-direction: column;
                align-items: flex-start;
                gap: 14px;
            }

            #sk-cta-wide .sk-cta-wide__aside {
                width: 100%;
                min-width: 0;
                justify-content: flex-start;
                padding-top: 0;
            }

            #sk-cta-wide .sk-cta-wide__btn {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width:480px) {
            #sk-cta-wide .sk-cta-wide__kicker {
                font-size: 20px;
            }

            #sk-cta-wide .sk-cta-wide__desc {
                font-size: 14px;
            }
        }


/* ==== style-block-5 ==== */
#sk-gfe-overview {
            --po-primary: #1A73E8;
            --po-text: rgba(0, 0, 0, .86);
            --po-sub: rgba(0, 0, 0, .58);
            --po-border: rgba(0, 0, 0, .10);
            --po-shadow: 0 16px 36px rgba(0, 0, 0, .08);
            --po-head-bg: #ffffff;

            position: relative;
            isolation: isolate;

            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
            padding: 30px 18px 48px;
            box-sizing: border-box;
            background: transparent;
        }

        /* ✅ FULL BLEED background sampai mentok kiri/kanan viewport */
        #sk-gfe-overview::before {
            content: "";
            position: absolute;
            inset: 0;
            left: 50%;
            width: 100vw;
            transform: translateX(-50%);
            pointer-events: none;
            z-index: 0;
            background: linear-gradient(180deg, rgba(26, 115, 232, .10), rgba(26, 115, 232, .03));
            border-top: 1px solid rgba(26, 115, 232, .14);
            border-bottom: 1px solid rgba(26, 115, 232, .10);
        }

        #sk-gfe-overview>* {
            position: relative;
            z-index: 1;
        }

        /* ===== Heading ===== */
        #sk-gfe-overview .sc_heading {
            text-align: center;
            margin: 0 auto 18px;
        }

        #sk-gfe-overview .sc_heading .sub-heading p {
            margin: 0 0 8px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: rgba(0, 0, 0, .55);
        }

        #sk-gfe-overview .sc_heading .title {
            margin: 0 0 10px;
            font-weight: 900;
            letter-spacing: .2px;
        }

        #sk-gfe-overview .sk-sub {
            margin: 0 auto;
            max-width: 820px;
            color: rgba(0, 0, 0, .62);
            font-size: 14px;
            line-height: 1.7;
        }

        /* ===== Grid ===== */
        #sk-gfe-overview .po-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 22px;
            align-items: stretch;
            margin-top: 18px;
        }

        /* ===== Card ===== */
        #sk-gfe-overview .plan-card {
            background: #fff;
            border: 1px solid var(--po-border);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: var(--po-shadow);
            transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
            min-height: 360px;

            position: relative;
            left: 0;
            opacity: 1;

            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        #sk-gfe-overview .plan-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 22px 50px rgba(0, 0, 0, .12);
            border-color: rgba(0, 0, 0, .18);
        }

        /* ===== Head Card ===== */
        #sk-gfe-overview .plan-head {
            position: relative;
            padding: 18px 22px 14px;
            background: linear-gradient(180deg, var(--po-head-bg) 0%, #f6f9ff 100%);
            border-bottom: 1px solid rgba(0, 0, 0, .06);
            box-shadow: inset 0 -1px 0 rgba(26, 115, 232, .06);
        }

        #sk-gfe-overview .plan-head::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 5px;
            background: var(--po-primary);
        }

        #sk-gfe-overview .plan-title {
            margin: 0 0 6px;
            font-size: 22px;
            font-weight: 900;
            letter-spacing: .2px;
            color: var(--po-text);
        }

        #sk-gfe-overview .plan-desc {
            margin: 0;
            font-size: 14px;
            line-height: 1.65;
            color: var(--po-sub);
            max-width: 95%;
        }

        #sk-gfe-overview .plan-body {
            padding: 18px 22px 18px;
        }

        /* apps */
        #sk-gfe-overview .app-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 18px;
            row-gap: 14px;
            margin-top: 4px;
        }

        #sk-gfe-overview .app-item {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
            width: 100%;
            text-align: left;
            border: 0;
            background: transparent;
            padding: 0;
            cursor: pointer;
        }

        #sk-gfe-overview .app-ico {
            width: 52px;
            height: 52px;
            border-radius: 16px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .10);
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
            transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
        }

        #sk-gfe-overview .app-ico img {
            width: 30px;
            height: 30px;
            object-fit: contain;
            display: block;
        }

        #sk-gfe-overview .app-name {
            font-size: 15.5px;
            font-weight: 800;
            color: rgba(0, 0, 0, .70);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: color .15s ease;
        }

        #sk-gfe-overview .app-item:hover .app-ico {
            transform: translateY(-3px);
            box-shadow: 0 18px 34px rgba(0, 0, 0, .12);
            border-color: rgba(26, 115, 232, .35);
            background: rgba(26, 115, 232, .06);
        }

        #sk-gfe-overview .app-item:hover .app-name {
            color: rgba(0, 0, 0, .84);
        }

        /* ===== Reveal ===== */
        #sk-gfe-overview.sk-reveal-ready .po-grid .plan-card {
            opacity: 0;
            transition:
                opacity 1.55s ease,
                left 1.55s cubic-bezier(.18, .9, .22, 1);
        }

        #sk-gfe-overview.sk-reveal-ready .po-grid .plan-card:nth-child(odd) {
            left: -80px;
        }

        #sk-gfe-overview.sk-reveal-ready .po-grid .plan-card:nth-child(even) {
            left: 80px;
        }

        #sk-gfe-overview.sk-reveal-ready .po-grid .plan-card.is-in {
            opacity: 1;
            left: 0;
        }

        /* responsive */
        @media (max-width:1024px) {
            #sk-gfe-overview .po-grid {
                grid-template-columns: 1fr;
            }

            #sk-gfe-overview.sk-reveal-ready .po-grid .plan-card:nth-child(odd),
            #sk-gfe-overview.sk-reveal-ready .po-grid .plan-card:nth-child(even) {
                left: 0;
                opacity: 1;
                transition: none;
            }
        }

        @media (max-width:520px) {
            #sk-gfe-overview .app-grid {
                grid-template-columns: 1fr;
            }
        }

        /* ===== Overlay + Drawer ===== */
        #sk-gfe-overview .po-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .42);
            opacity: 0;
            pointer-events: none;
            transition: opacity .22s ease;
            z-index: 9998;
        }

        #sk-gfe-overview .po-drawer {
            position: fixed;
            top: 0;
            right: 0;
            height: 100vh;
            width: min(760px, 96vw);
            background: #fff;
            box-shadow: -18px 0 44px rgba(0, 0, 0, .18);
            transform: translateX(105%);
            transition: transform .24s ease;
            z-index: 9999;
            overflow: visible;
        }

        #sk-gfe-overview .drawer-spine {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 12px;
            background: var(--po-primary);
            pointer-events: none;
        }

        #sk-gfe-overview .po-drawer__scroll {
            height: 100%;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            background: #fff;
            overflow-x: hidden;
        }

        #sk-gfe-overview.is-drawer-open .po-overlay {
            opacity: 1;
            pointer-events: auto;
        }

        #sk-gfe-overview.is-drawer-open .po-drawer {
            transform: translateX(0);
        }

        /* close */
        #sk-gfe-overview .drawer-close {
            position: sticky;
            top: 0;
            z-index: 10;
            display: flex;
            justify-content: flex-end;
            padding: 16px 16px 10px;
            background: linear-gradient(#fff 75%, rgba(255, 255, 255, 0));
        }

        #sk-gfe-overview .close-btn {
            width: 44px !important;
            height: 44px !important;
            aspect-ratio: 1 / 1;
            /* ✅ anti lonjong */
            min-width: 44px !important;
            min-height: 44px !important;
            max-width: 44px !important;
            max-height: 44px !important;

            display: inline-flex !important;
            /* ✅ biar gak ketarik line-height */
            align-items: center !important;
            justify-content: center !important;

            padding: 0 !important;
            /* ✅ theme suka nambah padding */
            line-height: 0 !important;
            /* ✅ anti oval karena line-height */
            border-radius: 999px !important;
            /* ✅ paksa bulat */

            border: 1px solid rgba(0, 0, 0, .15) !important;
            background-color: #fff !important;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' fill='none' stroke='%23111' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 18px 18px !important;

            cursor: pointer !important;
            box-sizing: border-box !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, .08) !important;
            transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
            appearance: none !important;
            -webkit-appearance: none !important;
        }

        #sk-gfe-overview .close-btn:hover {
            background-color: #f5f5f5 !important;
            transform: rotate(90deg) !important;
            box-shadow: 0 10px 22px rgba(0, 0, 0, .12) !important;

            /* ✅ kunci lagi biar hover gak ngubah ukuran */
            width: 44px !important;
            height: 44px !important;
            padding: 0 !important;
            border-radius: 999px !important;
        }


        /* drawer content */
        #sk-gfe-overview .drawer-inner {
            padding: 0 28px 40px 80px;
            position: relative;
            z-index: 1;
        }

        #sk-gfe-overview .drawer-meta {
            font-size: 12px;
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--po-primary);
            margin: 0 0 1px;
        }

        #sk-gfe-overview .drawer-ico {
            width: 78px;
            height: 78px;
            border-radius: 20px;
            background: rgba(26, 115, 232, .08);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        #sk-gfe-overview .drawer-ico img {
            width: 42px;
            height: 42px;
            object-fit: contain;
        }

        #sk-gfe-overview .drawer-title {
            margin: 0 0 30px;
            font-size: clamp(22px, 3.2vw, 34px);
            line-height: 1.15;
            font-weight: 900;
            color: #111;
        }

        #sk-gfe-overview .drawer-desc {
            margin: 0 0 30px;
            font-size: 16px;
            line-height: 1.7;
            color: rgba(0, 0, 0, .65);
            max-width: 62ch;
            text-align: justify;
            text-justify: inter-word;
        }

        #sk-gfe-overview .drawer-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #sk-gfe-overview .drawer-list li {
            display: flex;
            gap: 12px;
            padding: 12px 0;
            border-top: 1px solid rgba(0, 0, 0, .06);
            color: rgba(0, 0, 0, .70);
            font-size: 14px;
            align-items: flex-start;
        }

        #sk-gfe-overview .tick {
            color: var(--po-primary);
            font-weight: 900;
            flex-shrink: 0;
        }

        @media (max-width:640px) {
            #sk-gfe-overview .po-drawer {
                width: 100vw;
            }

            #sk-gfe-overview .drawer-inner {
                padding: 0 18px 34px 18px;
            }

            #sk-gfe-overview .drawer-desc {
                max-width: 100%;
            }

            #sk-gfe-overview .drawer-spine {
                width: 10px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            #sk-gfe-overview.sk-reveal-ready .po-grid .plan-card {
                opacity: 1 !important;
                left: 0 !important;
                transition: none !important;
            }
        }

        /* =========================================================
                                   ✅ Saat drawer kanan kebuka: navbar jangan ikut tampil
                                   ========================================================= */
        body.sk-po-drawer-open .thim-ekit__header {
            z-index: 1 !important;
            pointer-events: none !important;
            opacity: 0 !important;
            transition: opacity .15s ease;
        }


/* ==== style-block-6 ==== */
/* =========================================================
                                Compare Plans — One Long Table (Gemini → NotebookLM → Classroom)
                                ========================================================= */

            #sk-compare-plans {
                --cp-max: 1290px;
                --cp-border: rgba(0, 0, 0, .10);
                --cp-soft: #f5f7fb;
                --cp-blue: #1a73e8;
                --cp-text: #111827;
                --cp-muted: rgba(0, 0, 0, .58);
                --cp-radius: 12px;

                width: 100%;
                max-width: var(--cp-max);
                margin: 0 auto;
                padding: 60px 20px 180px;
                box-sizing: border-box;
            }

            /* =========================================================
                                 ✅ Scroll reveal (Compare Plans) — ANTI BLUR
                                 - Jangan pakai transform, pakai top
                                 - Trigger pakai class .sk-in di element targetnya (judul/table)
                                 ========================================================= */

            #sk-compare-plans [data-sk-reveal] {
                opacity: 0;
                position: relative;
                top: 16px;
                /* gerak halus tanpa transform */
                transform: none !important;
                /* paksa anti blur */
                transition:
                    opacity 1.05s ease,
                    top 1.05s cubic-bezier(.18, .9, .22, 1);
                will-change: auto;
            }

            /* saat sudah masuk viewport */
            #sk-compare-plans [data-sk-reveal].sk-in {
                opacity: 1;
                top: 0;
            }

            /* delay halus: title dulu, lalu table */
            #sk-compare-plans [data-sk-reveal="title"] {
                transition-delay: .06s;
            }

            #sk-compare-plans [data-sk-reveal="table"] {
                transition-delay: .18s;
            }

            @media (prefers-reduced-motion: reduce) {
                #sk-compare-plans [data-sk-reveal] {
                    opacity: 1 !important;
                    top: 0 !important;
                    transition: none !important;
                }
            }

            /* title */
            #sk-compare-plans .sc_heading {
                text-align: center;
                margin: 0 0 14px;
            }

            #sk-compare-plans .sc_heading .title {
                font-weight: 800;
                font-size: 30px;
                margin: 0;
                color: var(--cp-text);
            }

            /* wrapper */
            #sk-compare-plans .responsive-table {
                max-width: var(--cp-max);
                margin: 0 auto;
            }

            #sk-compare-plans .responsive-table .elementor-widget-container {
                background: #fff;
                border: 1px solid var(--cp-border);
                border-radius: var(--cp-radius);
                overflow: hidden;
                box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
                padding: 0 !important;
            }

            /* table */
            #sk-compare-plans .lp-pmpro-membership-list {
                width: 100%;
                border-collapse: separate;
                border-spacing: 0;
                table-layout: fixed;
                background: #fff;
            }

            /* cells */
            #sk-compare-plans .lp-pmpro-membership-list th,
            #sk-compare-plans .lp-pmpro-membership-list td {
                padding: 18px 24px;
                font-size: 13px;
                line-height: 1.5;
                color: var(--cp-text);
                vertical-align: middle;
                background: #fff;
                border: 0 !important;
            }

            /* hide unused middle plan column (so only 2 plans show) */
            #sk-compare-plans .lp-pmpro-membership-list tr>*:nth-child(2) {
                display: none;
            }

            /* column widths */
            #sk-compare-plans .lp-pmpro-membership-list thead th.header-list-main,
            #sk-compare-plans .lp-pmpro-membership-list tbody td.list-main,
            #sk-compare-plans .lp-pmpro-membership-list tfoot td.footer-left-main {
                width: 60%;
                text-align: left;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody td.list-item,
            #sk-compare-plans .lp-pmpro-membership-list tfoot td.list-item {
                width: 20%;
                text-align: center;
            }

            /* consistent check/dash */
            #sk-compare-plans .cp-check {
                color: var(--cp-blue);
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            #sk-compare-plans .cp-check svg {
                width: 18px;
                height: 18px;
                display: inline-block;
                vertical-align: middle;
            }

            /* ✅ STRIP (-) seragam tebel */
            #sk-compare-plans .cp-dash {
                display: inline-block;
                width: 18px;
                height: 2px;
                background: var(--cp-blue);
                opacity: 1;
                border-radius: 999px;
                vertical-align: middle;
            }

            /* kill theme header effects */
            #sk-compare-plans .lp-pmpro-membership-list thead th {
                background: #fff !important;
                box-shadow: none !important;
                transform: none !important;
                position: static !important;
                outline: 0 !important;
            }

            #sk-compare-plans .lp-pmpro-membership-list thead th::before,
            #sk-compare-plans .lp-pmpro-membership-list thead th::after,
            #sk-compare-plans .lp-pmpro-membership-list thead tr::before,
            #sk-compare-plans .lp-pmpro-membership-list thead tr::after {
                content: none !important;
                display: none !important;
            }

            /* header plan text */
            #sk-compare-plans .lp-title {
                font-size: 13px !important;
                font-weight: 900 !important;
                margin: 0 0 6px !important;
                color: var(--cp-text) !important;
                line-height: 1.2;
            }

            #sk-compare-plans .lp-desc {
                font-size: 11px !important;
                color: var(--cp-muted) !important;
                margin: 0 0 8px !important;
                font-weight: 600 !important;
            }

            #sk-compare-plans .lp-price {
                font-size: 13px !important;
                font-weight: 900 !important;
                color: var(--cp-blue) !important;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody td.list-main {
                text-align: left;
                font-weight: 600;
                color: var(--cp-text);
            }

            /* blue link */
            #sk-compare-plans .cp-link {
                color: var(--cp-blue);
                text-decoration: underline;
                text-underline-offset: 2px;
                font-weight: 700;
            }

            #sk-compare-plans .cp-link:hover {
                opacity: .9;
            }

            /* ===== TOPBAR ===== */
            #sk-compare-plans .cp-topbar {
                display: grid;
                grid-template-columns: 60% 20% 20%;
                gap: 0;
                align-items: start;
                padding: 18px 24px 10px;
                background: #fff;
                border: 0;
                margin: 0;
            }

            #sk-compare-plans .cp-topbar-left {
                min-width: 0;
                max-width: none;
                padding-right: 22px;
            }

            #sk-compare-plans .cp-filter-label {
                font-size: 12px;
                font-weight: 800;
                color: rgba(0, 0, 0, .55);
                margin-bottom: 8px;
                letter-spacing: .02em;
            }

            #sk-compare-plans .cp-filterbox {
                border: 1px solid rgba(0, 0, 0, .10);
                border-radius: 14px;
                padding: 14px 16px;
                background: #fff;
            }

            #sk-compare-plans .cp-filterbox:focus-within {
                border-color: rgba(26, 115, 232, .45);
                box-shadow: 0 0 0 4px rgba(26, 115, 232, .12);
            }

            #sk-compare-plans .cp-filter-top {
                font-weight: 800;
                font-size: 12px;
                color: rgba(0, 0, 0, .70);
                margin-bottom: 8px;
            }

            #sk-compare-plans .cp-filter-sub {
                position: relative;
                display: flex;
                align-items: center;
                gap: 10px;
            }

            #sk-compare-plans #cp-filter-select {
                position: absolute;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;
            }

            #sk-compare-plans .cp-filter-btn {
                width: 100%;
                border: 0;
                outline: none;
                background: transparent;
                font-weight: 900;
                color: var(--cp-blue);
                font-size: 13px;
                padding: 6px 44px 6px 0;
                cursor: pointer;
                text-align: left;
                line-height: 1.25;
            }

            #sk-compare-plans .cp-filter-menu {
                position: absolute;
                left: 0;
                top: calc(100% + 10px);
                width: 100%;
                background: #fff;
                border: 1px solid rgba(0, 0, 0, .10);
                border-radius: 14px;
                padding: 6px;
                box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
                display: none;
                max-height: 280px;
                overflow: auto;
                z-index: 50;
            }

            #sk-compare-plans .cp-filter-sub.is-open .cp-filter-menu {
                display: flex;
                flex-direction: column;
                gap: 4px;
            }

            /* grouped dropdown */
            #sk-compare-plans .cp-filter-group {
                border-radius: 12px;
            }

            #sk-compare-plans .cp-filter-group-btn {
                width: 100%;
                border: 0;
                background: transparent;
                padding: 10px 12px;
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
                cursor: pointer;
                text-align: left;
                font-weight: 900;
                font-size: 12px;
                color: rgba(0, 0, 0, .64);
            }

            #sk-compare-plans .cp-filter-group-btn:hover,
            #sk-compare-plans .cp-filter-group-btn:focus {
                background: rgba(0, 0, 0, .04);
                outline: none;
            }

            #sk-compare-plans .cp-filter-group-title {
                line-height: 1.2;
            }

            #sk-compare-plans .cp-filter-group-chevron {
                width: 28px;
                height: 28px;
                border-radius: 999px;
                display: inline-grid;
                place-items: center;
                background: rgba(26, 115, 232, .10);
                color: var(--cp-blue);
                flex: 0 0 auto;
            }

            #sk-compare-plans .cp-filter-group-chevron svg {
                width: 18px;
                height: 18px;
                display: block;
                transition: transform .18s ease;
            }

            #sk-compare-plans .cp-filter-group.is-open .cp-filter-group-chevron svg {
                transform: rotate(180deg);
            }

            #sk-compare-plans .cp-filter-group-list {
                display: none;
                padding: 2px 4px 6px;
            }

            #sk-compare-plans .cp-filter-group.is-open .cp-filter-group-list {
                display: flex;
                flex-direction: column;
                gap: 4px;
            }

            #sk-compare-plans .cp-filter-group-list .cp-filter-opt {
                padding-left: 16px;
            }

            #sk-compare-plans .cp-filter-opt {
                width: 100%;
                border: 0;
                background: transparent;
                padding: 10px 12px;
                border-radius: 12px;
                font-weight: 700;
                font-size: 13px;
                color: rgba(0, 0, 0, .78);
                cursor: pointer;
                text-align: left;
                line-height: 1.25;
            }

            #sk-compare-plans .cp-filter-opt:hover,
            #sk-compare-plans .cp-filter-opt:focus {
                background: rgba(26, 115, 232, .10);
                outline: none;
            }

            #sk-compare-plans .cp-filter-opt[aria-selected="true"] {
                background: rgba(26, 115, 232, .14);
                color: var(--cp-blue);
            }

            #sk-compare-plans .cp-chevron {
                position: absolute;
                right: 6px;
                top: 50%;
                transform: translateY(-50%);
                width: 28px;
                height: 28px;
                border-radius: 999px;
                display: inline-grid;
                place-items: center;
                background: rgba(26, 115, 232, .10);
                color: var(--cp-blue);
                opacity: 1;
                pointer-events: none;
            }

            #sk-compare-plans .cp-chevron svg {
                width: 18px;
                height: 18px;
                display: block;
                transition: transform .18s ease;
            }

            #sk-compare-plans .cp-filter-sub.is-open .cp-chevron svg,
            #sk-compare-plans .cp-filter-sub:focus-within .cp-chevron svg {
                transform: rotate(180deg);
            }

            /* RIGHT PLANS */
            #sk-compare-plans .cp-plan-wrap {
                display: contents;
            }

            #sk-compare-plans .cp-plan {
                width: auto;
                border: 0;
                border-radius: 0;
                padding: 0;
                background: transparent;
                text-align: center;
            }

            #sk-compare-plans .cp-plan-kicker {
                font-size: 12px;
                font-weight: 800;
                color: rgba(0, 0, 0, .55);
                margin: 0 0 4px;
            }

            #sk-compare-plans .cp-plan-title {
                font-weight: 900;
                font-size: 20px;
                color: var(--cp-text);
                margin: 0 0 10px;
                line-height: 1.05;
            }

            #sk-compare-plans .cp-plan-cta {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 10px 18px;
                border-radius: 999px;
                border: 1px solid rgba(0, 0, 0, .14);
                text-decoration: none;
                font-weight: 900;
                font-size: 12px;
                color: var(--cp-blue);
                background: #fff;
                white-space: normal;
            }

            #sk-compare-plans .cp-plan-cta.is-primary {
                background: var(--cp-blue);
                border-color: var(--cp-blue);
                color: #fff;
            }

            /* product header cell layout */
            #sk-compare-plans .cp-product {
                display: flex;
                gap: 12px;
                align-items: flex-start;
            }

            #sk-compare-plans .cp-badge {
                width: 36px;
                height: 36px;
                border-radius: 999px;
                display: grid;
                place-items: center;
                background: rgba(26, 115, 232, .10);
                color: var(--cp-blue);
                flex: 0 0 36px;
                margin-top: 2px;
            }

            #sk-compare-plans .cp-badge svg {
                width: 18px;
                height: 18px;
                display: block;
            }

            #sk-compare-plans .cp-badge.has-img svg {
                display: none;
            }

            #sk-compare-plans .cp-badge.has-img img {
                width: 22px;
                height: 22px;
                object-fit: contain;
                display: block;
            }

            /* heading accent */
            #sk-compare-plans .lp-pmpro-membership-list tr.cp-heading-row td.list-main {
                position: relative;
                padding-left: 32px;
            }

            #sk-compare-plans .lp-pmpro-membership-list tr.cp-heading-row td.list-main::before {
                content: "";
                position: absolute;
                left: 0;
                top: 14px;
                bottom: 14px;
                width: 6px;
                border-radius: 999px;
                background: rgba(26, 115, 232, .9);
                box-shadow: 0 0 0 3px rgba(26, 115, 232, .10);
            }

            #sk-compare-plans .cp-prod-title,
            #sk-compare-plans .cp-group-title {
                font-weight: 900;
                font-size: 14px;
                margin: 0;
                color: var(--cp-text);
            }

            #sk-compare-plans .cp-prod-sub {
                margin-top: 3px;
                font-size: 12px;
                line-height: 1.55;
                color: var(--cp-muted);
                max-width: 560px;
            }

            /* "tampilkan lainnya" */
            #sk-compare-plans .cp-more {
                margin-top: 0;
            }

            #sk-compare-plans .cp-more-btn {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                padding: 0;
                border: 0;
                background: transparent;
                color: var(--cp-blue);
                text-decoration: none;
                font-weight: 800;
                font-size: 12px;
                user-select: none;
            }

            #sk-compare-plans .cp-more-btn:hover {
                opacity: .9;
            }

            #sk-compare-plans .cp-more-ico {
                display: inline-grid;
                place-items: center;
                width: 18px;
                height: 18px;
                border-radius: 999px;
                background: rgba(26, 115, 232, .10);
            }

            #sk-compare-plans .cp-more-ico svg {
                width: 16px;
                height: 16px;
                display: block;
                transition: transform .18s ease;
            }

            #sk-compare-plans .cp-more-btn[aria-expanded="true"] .cp-more-ico svg {
                transform: rotate(180deg);
            }

            #sk-compare-plans .cp-toggle-row td {
                padding-top: 14px;
                padding-bottom: 18px;
            }

            /* expanded rows */
            #sk-compare-plans .cp-more-row {
                display: none;
            }

            #sk-compare-plans .cp-more-row.is-show {
                display: table-row;
            }

            /* cell layout for rows with top+link */
            #sk-compare-plans .cp-cell {
                display: grid;
                gap: 6px;
                place-items: center;
            }

            #sk-compare-plans .cp-top {
                font-weight: 700;
                color: var(--cp-text);
            }

            /* CTA button */
            #sk-compare-plans .pmpro_btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 10px 18px;
                border-radius: 999px;
                background: var(--cp-blue);
                color: #fff !important;
                font-weight: 900;
                text-decoration: none;
                border: 0;
                box-shadow: 0 10px 18px rgba(26, 115, 232, .18);
                transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
                white-space: nowrap;
                font-size: 12px;
            }

            #sk-compare-plans .pmpro_btn:hover {
                transform: translateY(-1px);
                box-shadow: 0 14px 22px rgba(26, 115, 232, .22);
                opacity: .96;
            }

            /* inline icon wrapper */
            #sk-compare-plans .cp-ic {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 22px;
                height: 22px;
            }

            #sk-compare-plans .cp-ic svg {
                width: 18px;
                height: 18px;
                display: block;
            }

            #sk-compare-plans .cp-ic--check {
                color: var(--cp-blue);
            }

            #sk-compare-plans .cp-ic--minus {
                color: var(--cp-blue);
            }

            /* ===== Footnote bawah tabel ===== */
            #sk-compare-plans .cp-note td {
                background: #fff !important;
                border-right: 0 !important;
                text-align: center;
            }

            #sk-compare-plans .cp-footnote {
                padding: 14px 10px;
                font-size: 12px;
                line-height: 1.6;
                color: rgba(0, 0, 0, .55);
                font-weight: 600;
                max-width: 820px;
                margin: 0 auto;
            }

            /* responsive */
            @media (max-width: 1024px) {

                /* ✅ MOBILE: horizontal scroll without clipping */
                #sk-compare-plans .responsive-table {
                    overflow: visible !important;
                    /* parent jangan clip */
                }

                #sk-compare-plans .responsive-table .elementor-widget-container {
                    overflow-x: auto !important;
                    overflow-y: hidden !important;
                    -webkit-overflow-scrolling: touch;
                    padding-bottom: 6px !important;
                    /* ruang scrollbar */
                }

                #sk-compare-plans .lp-pmpro-membership-list {
                    min-width: 980px;
                }

                #sk-compare-plans .cp-topbar {
                    grid-template-columns: 1fr;
                    padding: 16px 16px 8px;
                }

                #sk-compare-plans .cp-topbar-left {
                    padding-right: 0;
                }

                #sk-compare-plans .cp-plan-wrap {
                    display: flex;
                    gap: 16px;
                    margin-top: 14px;
                }

                #sk-compare-plans .cp-plan {
                    flex: 1;
                }
            }

            /* =========================================================
                                ✅ GARIS BAWAH SETIAP ROW
                                ========================================================= */
            #sk-compare-plans .lp-pmpro-membership-list tbody tr td {
                border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody tr:last-child td {
                border-bottom: 0 !important;
            }

            /* row khusus: heading / expanded / note ga perlu garis */
            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-heading-row td,
            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-more-row td,
            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-note td {
                border-bottom: 0 !important;
            }

            /* =========================================================
                                ✅ HOVER ROW: biru halus termasuk "Tampilkan lainnya"
                                ========================================================= */
            #sk-compare-plans .lp-pmpro-membership-list tbody tr {
                transition: background-color .18s ease;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody tr:hover {
                background: rgba(26, 115, 232, .10);
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody tr:hover td {
                background: transparent !important;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-toggle-row:hover .cp-more-ico {
                background: rgba(26, 115, 232, .16) !important;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-toggle-row:hover .cp-more-btn {
                opacity: 1 !important;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-heading-row:hover,
            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-more-row:hover,
            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-note:hover {
                background: transparent;
            }

            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-heading-row:hover td,
            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-more-row:hover td,
            #sk-compare-plans .lp-pmpro-membership-list tbody tr.cp-note:hover td {
                background: #fff !important;
            }

            /* ============================
                                 MOBILE: tombol geser tabel (Compare Plans)
                                 ============================ */
            @media (max-width:1024px) {
                #sk-compare-plans .responsive-table {
                    position: relative;
                }

                #sk-compare-plans .cp-scroll-btn {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 38px;
                    height: 38px;
                    border-radius: 999px;
                    border: 1px solid rgba(0, 0, 0, .12);
                    background: #fff;
                    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    z-index: 5;
                }

                #sk-compare-plans .cp-scroll-btn[disabled] {
                    opacity: .35;
                    cursor: default;
                    pointer-events: none;
                }

                #sk-compare-plans .cp-scroll-btn--left {
                    left: 6px;
                }

                #sk-compare-plans .cp-scroll-btn--right {
                    right: 6px;
                }

                #sk-compare-plans .cp-scroll-btn svg {
                    width: 18px;
                    height: 18px;
                }
            }


/* ==== style-block-7 ==== */
#sk-cta-wide {
            width: 100%;
        }

        #sk-cta-wide .sk-cta-wide__inner {
            max-width: 1290px;
            margin: 40px auto 56px;
            /* ✅ JARAK DARI COMPARE PLAN (desktop) */
            padding: 28px 40px;
            border-radius: 14px;

            background: #1f71f4 !important;
            position: relative;
            overflow: hidden;

            box-shadow: 0 22px 55px rgba(0, 0, 0, .12);
        }

        /* pattern */
        #sk-cta-wide .sk-cta-wide__inner::after {
            content: "";
            position: absolute;
            right: -40px;
            top: -30px;
            width: 560px;
            height: 340px;
            opacity: .16;
            pointer-events: none;
            background:
                radial-gradient(circle at 25% 35%, rgba(255, 255, 255, .55) 0 2px, transparent 3px) 0 0/22px 22px,
                radial-gradient(circle at 70% 65%, rgba(255, 255, 255, .45) 0 2px, transparent 3px) 0 0/26px 26px;
        }

        /* TOP layout */
        #sk-cta-wide .sk-cta-wide__top {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 28px;
        }

        #sk-cta-wide .sk-cta-wide__content {
            color: #fff;
            max-width: 900px;
            flex: 1 1 auto;
            min-width: 0;
        }

        #sk-cta-wide .sk-cta-wide__head {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 10px;
        }

        #sk-cta-wide .sk-cta-wide__dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #fff;
            box-shadow: 0 0 0 7px rgba(255, 255, 255, .18);
            margin-top: 7px;
            flex: 0 0 auto;
        }

        #sk-cta-wide .sk-cta-wide__kicker {
            font-weight: 900;
            font-size: 22px;
            line-height: 1.15;
            color: #fff;
            letter-spacing: .1px;
        }

        #sk-cta-wide .sk-cta-wide__subkicker {
            margin-top: 4px;
            font-size: 13px;
            color: rgba(255, 255, 255, .88);
            line-height: 1.2;
        }

        #sk-cta-wide .sk-cta-wide__desc {
            margin: 0;
            max-width: 820px;
            font-size: 15px;
            line-height: 1.75;
            color: rgba(255, 255, 255, .92);
        }

        /* RIGHT */
        #sk-cta-wide .sk-cta-wide__aside {
            position: relative;
            z-index: 1;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            min-width: 220px;
            padding-top: 6px;
        }

        #sk-cta-wide .sk-cta-wide__btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            height: 46px;
            padding: 0 22px;
            border-radius: 12px;

            background: rgba(255, 255, 255, .95) !important;
            color: #111827 !important;
            text-decoration: none !important;

            font-weight: 900;
            font-size: 14px;

            box-shadow: 0 16px 28px rgba(0, 0, 0, .18);
            transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
            white-space: nowrap;
        }

        #sk-cta-wide .sk-cta-wide__btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 20px 34px rgba(0, 0, 0, .22);
            background: #fff !important;
        }

        /* Divider + meta */
        #sk-cta-wide .sk-cta-wide__divider {
            position: relative;
            z-index: 1;
            height: 1px;
            margin: 16px 0 12px;
            background: rgba(255, 255, 255, .22);
        }

        #sk-cta-wide .sk-cta-wide__meta {
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 14px 18px;
            color: rgba(255, 255, 255, .92);
            font-size: 12.5px;
            font-weight: 700;
        }

        #sk-cta-wide .sk-cta-wide__meta-item {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            line-height: 1;
            white-space: nowrap;
            opacity: .95;
        }

        /* bullet kecil + teks */
        #sk-cta-wide .sk-cta-wide__bullet {
            width: 7px;
            height: 7px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .92);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, .10);
            flex: 0 0 auto;
        }

        /* responsive */
        @media (max-width: 992px) {
            #sk-cta-wide .sk-cta-wide__inner {
                padding: 22px 18px;
                margin: 26px auto 44px;
                /* ✅ JARAK DARI COMPARE PLAN (mobile/tablet) */
            }

            #sk-cta-wide .sk-cta-wide__top {
                flex-direction: column;
                align-items: flex-start;
                gap: 14px;
            }

            #sk-cta-wide .sk-cta-wide__aside {
                width: 100%;
                min-width: 0;
                justify-content: flex-start;
                padding-top: 0;
            }

            #sk-cta-wide .sk-cta-wide__btn {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            #sk-cta-wide .sk-cta-wide__kicker {
                font-size: 20px;
            }

            #sk-cta-wide .sk-cta-wide__desc {
                font-size: 14px;
            }
        }


/* ==== style-block-8 ==== */
/* ================================
                                 JARAK ANTAR SECTION
                                 ================================ */
    .sk-gap-after-compare {
        height: 72px;
        display: block;
    }

    @media (max-width:768px) {
        .sk-gap-after-compare {
            height: 48px;
        }
    }

    /* =====================
                                 SOLUSI SECTION (TANPA BACKGROUND)
                                 ===================== */
    .elementor-element[data-id="f344be2"] {
        position: relative;
        background: transparent !important;
        overflow: visible;

        /* padding section (atas/bawah section) */
        --padding-top: 70px !important;
        --padding-bottom: 50px !important;
        --padding-left: 0px !important;
        --padding-right: 0px !important;

        --container-padding-top: 70px !important;
        --container-padding-bottom: 50px !important;
        --container-padding-left: 0px !important;
        --container-padding-right: 0px !important;

        padding: 0 !important;
        margin-top: 0 !important;
        z-index: 2;
    }

    .elementor-element[data-id="f344be2"]>.e-con-inner {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
        z-index: 1;
    }

    /* pastikan pseudo background hilang total */
    .elementor-element[data-id="f344be2"]::before,
    .elementor-element[data-id="f344be2"]::after {
        content: none !important;
        display: none !important;
    }

    /* rapihin jarak heading (biar gak terlalu jauh ke cards) */
    .elementor-element[data-id="f344be2"] .sc_heading {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        /* ✅ diperkecil */
    }

    .elementor-element[data-id="f344be2"] .sc_heading .description {
        margin-top: 8px !important;
    }

    @media (max-width:768px) {
        .elementor-element[data-id="f344be2"] {
            --padding-top: 52px !important;
            --padding-bottom: 40px !important;

            --container-padding-top: 52px !important;
            --container-padding-bottom: 40px !important;
        }

        .elementor-element[data-id="f344be2"]>.e-con-inner {
            padding-top: 52px !important;
            padding-bottom: 40px !important;
        }
    }

    /* =====================
                                 MOBILE: CENTER TITLE SOLUSI
                                 ===================== */
    @media (max-width:768px) {

        .elementor-element[data-id="6779df4"] .sc_heading,
        .elementor-element[data-id="6779df4"] .sc_heading * {
            text-align: center !important;
        }

        .elementor-element[data-id="6779df4"] .sc_heading .title {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .elementor-element[data-id="6779df4"] .sc_heading .description {
            margin-left: auto !important;
            margin-right: auto !important;
            max-width: 92% !important;
        }

        /* ✅ hide hero image on mobile */
        .elementor-element[data-id="c3d0fc9"] {
            display: none !important;
        }
    }


/* ==== style-block-9 ==== */
#sk-benefits {
                    max-width: 1290px;
                    margin: 0 auto;
                    padding: 10px 20px 0;
                    /* ✅ INI yang menipiskan jarak dari judul */
                    box-sizing: border-box;
                    background: transparent;
                }

                #sk-benefits .sk-benefits-grid {
                    display: grid;
                    grid-template-columns: repeat(4, minmax(0, 1fr));
                    gap: 24px;
                    margin-top: 10px;
                    /* ✅ diperkecil (sebelumnya 14 / bahkan 60 dari duplikat) */
                }

                #sk-benefits .sk-benefit-card {
                    background: #ffffff;
                    border: 1px solid rgba(0, 0, 0, .06);
                    border-radius: 14px;
                    padding: 22px;
                    position: relative;
                    overflow: hidden;
                    box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
                    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
                }

                #sk-benefits .sk-benefit-card:hover {
                    transform: translateY(-3px);
                    box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
                    background: #1a73e8;
                    border-color: rgba(26, 115, 232, .55);
                }

                #sk-benefits .sk-benefit-card:hover h3,
                #sk-benefits .sk-benefit-card:hover p,
                #sk-benefits .sk-benefit-card:hover ul,
                #sk-benefits .sk-benefit-card:hover li,
                #sk-benefits .sk-benefit-card:hover .sk-benefit-tag {
                    color: #fff !important;
                }

                /* head chip */
                #sk-benefits .sk-benefit-top {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 10px 12px;
                    border-radius: 14px;
                    background: rgba(26, 115, 232, .06);
                    border: 1px solid rgba(26, 115, 232, .10);
                    margin: -6px -6px 14px;
                }

                #sk-benefits .sk-benefit-icon {
                    width: 40px;
                    height: 40px;
                    border-radius: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: rgba(26, 115, 232, .08);
                    border: 1px solid rgba(26, 115, 232, .14);
                    transition: background .2s ease, border-color .2s ease;
                }

                #sk-benefits .sk-benefit-icon svg {
                    width: 22px;
                    height: 22px;
                    color: #1a73e8;
                    transition: color .2s ease;
                }

                #sk-benefits .sk-benefit-tag {
                    font-size: 12px;
                    font-weight: 800;
                    letter-spacing: .06em;
                    text-transform: uppercase;
                    color: rgba(17, 24, 39, .70);
                    transition: color .2s ease;
                }

                #sk-benefits .sk-benefit-card:hover .sk-benefit-top {
                    background: rgba(255, 255, 255, .14);
                    border-color: rgba(255, 255, 255, .22);
                }

                #sk-benefits .sk-benefit-card:hover .sk-benefit-icon {
                    background: rgba(255, 255, 255, .18);
                    border-color: rgba(255, 255, 255, .25);
                }

                #sk-benefits .sk-benefit-card:hover .sk-benefit-icon svg {
                    color: #fff !important;
                }

                #sk-benefits h3 {
                    font-size: 18px;
                    line-height: 1.3;
                    margin: 0 0 10px;
                    color: #111827;
                }

                #sk-benefits p {
                    margin: 0 0 14px;
                    color: #5f6368;
                    line-height: 1.6;
                }

                #sk-benefits ul {
                    margin: 0;
                    padding-left: 18px;
                    color: #1f2937;
                    line-height: 1.6;
                }

                #sk-benefits li {
                    margin: 6px 0;
                }

                #sk-benefits .sk-benefits-cta {
                    margin-top: 28px;
                    display: flex;
                    justify-content: center;
                    padding-bottom: 10px;
                }

                #sk-benefits .sk-benefits-cta .widget-button {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: 10px;
                    padding: 12px 22px;
                    border-radius: 999px;
                    background: transparent;
                    color: #1a73e8 !important;
                    font-weight: 800;
                    font-size: 14px;
                    border: 1.5px solid rgba(26, 115, 232, .55);
                    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
                    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
                    text-decoration: none !important;
                }

                #sk-benefits .sk-benefits-cta .widget-button:hover {
                    background: #1a73e8;
                    color: #fff !important;
                    transform: translateY(-1px);
                    box-shadow: 0 16px 32px rgba(26, 115, 232, .18);
                }

                @media(max-width:1024px) {
                    #sk-benefits .sk-benefits-grid {
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                    }
                }

                @media(max-width:767px) {
                    #sk-benefits {
                        padding: 8px 12px 0;
                    }

                    #sk-benefits .sk-benefits-grid {
                        grid-template-columns: 1fr;
                        margin-top: 8px;
                    }
                }


/* ==== style-block-10 ==== */
/* ===== REVEAL BASE ===== */
        #sk-support [data-sk-reveal] {
            opacity: 0;
            transform: translate3d(0, 14px, 0);
            /* ✅ anti blur */
            transition: opacity .6s ease, transform .6s ease;
            will-change: opacity, transform;
            backface-visibility: hidden;
            -webkit-font-smoothing: antialiased;
        }

        #sk-support [data-sk-reveal].sk-r-in {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }

        @media (prefers-reduced-motion: reduce) {
            #sk-support [data-sk-reveal] {
                transition: none !important;
                transform: none !important;
                opacity: 1 !important;
            }
        }

        /* ===== SUPPORT (scoped) ===== */
        #sk-support {
            width: 100%;
            padding: 56px 0;
            box-sizing: border-box;

            /* ✅ tambahan (biar ::before aman) */
            position: relative;
            isolation: isolate;
        }

        /* ✅ background biru halus full-bleed */
        #sk-support::before {
            content: "";
            position: absolute;
            inset: 0;
            left: 50%;
            width: 100vw;
            transform: translateX(-50%);
            z-index: 0;
            pointer-events: none;

            background: linear-gradient(180deg,
                    rgba(26, 115, 232, .10) 0%,
                    rgba(26, 115, 232, .05) 55%,
                    rgba(26, 115, 232, .08) 100%);
            border-top: 1px solid rgba(26, 115, 232, .14);
            border-bottom: 1px solid rgba(26, 115, 232, .12);
        }

        /* ✅ pastikan konten di atas background */
        #sk-support>* {
            position: relative;
            z-index: 1;
        }

        #sk-support,
        #sk-support * {
            font-family: var(--e-global-typography-text-font-family, inherit) !important;
        }

        #sk-support .sksp-container {
            width: 100%;
            max-width: 1290px;
            margin: 0 auto;
            padding: 0 15px;
            box-sizing: border-box;
        }

        #sk-support .sksp-head {
            text-align: center;
            margin: 0 0 22px;
        }

        #sk-support .sksp-kicker {
            margin: 0 0 8px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: rgba(0, 0, 0, .55);
        }

        #sk-support .sksp-title {
            margin: 0;
            font-size: 30px;
            font-weight: 900;
            letter-spacing: .2px;
            color: #111;
            font-family: var(--e-global-typography-primary-font-family, inherit) !important;
        }

        #sk-support .sksp-title .accent {
            color: #1a73e8;
        }

        #sk-support .sksp-acc {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 18px;
        }

        #sk-support details {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .10);
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
            transition: border-color .2s ease, box-shadow .2s ease;
            /* ✅ no transform */
        }

        #sk-support summary {
            list-style: none;
            cursor: pointer;
            padding: 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            font-weight: 800;
            color: #111;
        }

        #sk-support summary::-webkit-details-marker {
            display: none;
        }

        #sk-support .sksp-q {
            margin: 0;
            font-size: 20px;
            line-height: 1.35;
            color: inherit;
        }

        #sk-support .sksp-ico {
            width: 34px;
            height: 34px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(26, 115, 232, .10);
            color: #1a73e8;
            flex: 0 0 34px;
            transition: background .2s ease, color .2s ease, transform .2s ease;
        }

        #sk-support details[open] .sksp-ico {
            transform: rotate(45deg);
        }

        #sk-support .sksp-ico svg {
            width: 18px;
            height: 18px;
            display: block;
        }

        #sk-support .sksp-body {
            padding: 0 18px 18px;
            color: rgba(0, 0, 0, .62);
            font-size: 18px;
            line-height: 1.7;
            white-space: normal;
        }

        #sk-support .sksp-body p {
            margin: 0 0 10px;
        }

        #sk-support .sksp-body p:last-child {
            margin-bottom: 0;
        }

        #sk-support .sksp-body ul {
            margin: 10px 0 0 18px;
        }

        #sk-support .sksp-body li {
            margin: 6px 0;
        }

        /* ✅ HOVER: jadi biru */
        #sk-support details:hover summary,
        #sk-support summary:hover {
            color: #1a73e8;
        }

        #sk-support details:hover .sksp-q,
        #sk-support summary:hover .sksp-q {
            color: #1a73e8;
        }

        #sk-support details:hover .sksp-ico,
        #sk-support summary:hover .sksp-ico {
            background: rgba(26, 115, 232, .16);
            color: #1a73e8;
            transform: none;
            /* ✅ no translate */
        }

        #sk-support details:hover {
            border-color: rgba(26, 115, 232, .35);
            box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
        }

        /* ✅ Keyboard accessibility */
        #sk-support summary:focus-visible {
            outline: 2px solid rgba(26, 115, 232, .55);
            outline-offset: 3px;
            border-radius: 12px;
        }

        @media (max-width: 992px) {
            #sk-support {
                padding: 44px 0;
            }

            #sk-support .sksp-container {
                padding: 0 12px;
            }

            #sk-support .sksp-title {
                font-size: 26px;
            }
        }


/* ==== style-block-11 ==== */
/* =========================================================
                             CONTACT (scoped) — Anti blur + font ikut default template
                             ========================================================= */

        /* FIX: hindari blur karena transform/filter dari animasi/global */
        #sk-contact,
        #sk-contact * {
            transform: none !important;
            filter: none !important;
            -webkit-filter: none !important;
            backface-visibility: visible !important;
        }

        /* Kembalikan font rendering ke default (Windows biasanya lebih tajam) */
        #sk-contact {
            width: 100%;
            padding: 56px 0;
            box-sizing: border-box;

            font-family: inherit;
            -webkit-font-smoothing: auto;
            -moz-osx-font-smoothing: auto;
            text-rendering: geometricPrecision;
        }

        #sk-contact .skc-container {
            width: 100%;
            max-width: 1290px;
            margin: 0 auto;
            padding: 0 15px;
            box-sizing: border-box;
        }

        #sk-contact .skc-header {
            text-align: center;
            margin: 0 0 24px;
        }

        #sk-contact .skc-title {
            margin: 0;
            font-size: 30px;
            font-weight: 900;
            letter-spacing: normal;
            text-transform: uppercase;
            color: #111;
        }

        #sk-contact .skc-sub {
            margin: 10px auto 0;
            max-width: 760px;
            color: rgba(0, 0, 0, .62);
            font-size: 14px;
            line-height: 1.7;
        }

        #sk-contact .skc-grid {
            display: grid;
            grid-template-columns: 1fr 1.15fr;
            gap: 24px;
            align-items: stretch;
        }

        #sk-contact .skc-card {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .10);
            border-top: 4px solid #1a73e8;
            border-radius: 16px;
            overflow: hidden;
            box-sizing: border-box;
            box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
            display: flex;
            flex-direction: column;
            min-height: 520px;
        }

        /* LEFT */
        #sk-contact .skc-info {
            padding: 22px 22px 10px;
        }

        #sk-contact .skc-item {
            display: flex;
            gap: 12px;
            padding: 14px 0;
        }

        #sk-contact .skc-item+.skc-item {
            border-top: 1px solid rgba(0, 0, 0, .08);
        }

        #sk-contact .skc-ico {
            width: 38px;
            height: 38px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(26, 115, 232, .10);
            color: #1a73e8;
            flex: 0 0 38px;
            margin-top: 2px;
        }

        #sk-contact .skc-ico svg {
            width: 18px;
            height: 18px;
            display: block;
        }

        #sk-contact .skc-item-title {
            margin: 0;
            font-weight: 900;
            font-size: 14px;
            color: #111;
            line-height: 1.2;
        }

        #sk-contact .skc-item-text {
            margin: 5px 0 0;
            font-size: 13px;
            line-height: 1.65;
            color: rgba(0, 0, 0, .62);
        }

        #sk-contact .skc-map {
            margin-top: auto;
            border-top: 1px solid rgba(0, 0, 0, .08);
        }

        #sk-contact .skc-map iframe {
            width: 100%;
            height: 240px;
            border: 0;
            display: block;
        }

        /* RIGHT FORM */
        #sk-contact .skc-form {
            padding: 24px;
            display: flex;
            flex-direction: column;
            height: 100%;
            box-sizing: border-box;
            font-family: inherit;
        }

        #sk-contact .skc-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        #sk-contact .skc-field {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 14px;
        }

        #sk-contact .skc-field label {
            font-size: 13px;
            font-weight: 800;
            color: #111;
            font-family: inherit;
        }

        #sk-contact .skc-field input,
        #sk-contact .skc-field textarea {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, .16);
            border-radius: 10px;
            padding: 12px 12px;
            font-size: 14px;
            box-sizing: border-box;
            outline: none;
            background: #fff;
            font-family: inherit;
        }

        #sk-contact .skc-field textarea {
            min-height: 200px;
            resize: vertical;
        }

        #sk-contact .skc-field input:focus,
        #sk-contact .skc-field textarea:focus {
            border-color: #1a73e8;
            box-shadow: 0 0 0 3px rgba(26, 115, 232, .12);
        }

        #sk-contact .skc-actions {
            margin-top: auto;
            display: flex;
            justify-content: center;
            padding-top: 10px;
        }

        #sk-contact .skc-btn {
            border: 0;
            cursor: pointer;
            padding: 14px 42px;
            border-radius: 999px;
            background: #1a73e8;
            color: #fff;
            font-weight: 900;
            font-size: 14px;
            transition: transform .15s ease, background .15s ease;
            font-family: inherit;
        }

        #sk-contact .skc-btn:hover {
            background: #1557b0;
            transform: translateY(-1px);
            /* hover boleh, ini cuma button */
        }

        /* ===== VALIDATION UI ===== */
        #sk-contact .skc-field input.skc-invalid,
        #sk-contact .skc-field textarea.skc-invalid {
            border-color: rgba(239, 68, 68, .95);
            box-shadow: 0 0 0 3px rgba(239, 68, 68, .14);
        }

        #sk-contact .skc-error {
            margin-top: -2px;
            font-size: 12px;
            font-weight: 700;
            color: rgba(239, 68, 68, .95);
            line-height: 1.35;
        }

        #sk-contact .skc-alert {
            padding: 12px 14px;
            border-radius: 12px;
            margin: 0 24px 14px;
            font-size: 14px;
            line-height: 1.45;
            font-weight: 700;
        }

        #sk-contact .skc-alert--success {
            background: rgba(34, 197, 94, .12);
            border: 1px solid rgba(34, 197, 94, .28);
        }

        #sk-contact .skc-alert--error {
            background: rgba(239, 68, 68, .12);
            border: 1px solid rgba(239, 68, 68, .28);
        }

        @media (max-width: 992px) {
            #sk-contact {
                padding: 44px 0;
            }

            #sk-contact .skc-container {
                padding: 0 12px;
            }

            #sk-contact .skc-grid {
                grid-template-columns: 1fr;
            }

            #sk-contact .skc-row {
                grid-template-columns: 1fr;
            }

            #sk-contact .skc-card {
                min-height: auto;
            }
        }


/* ==== sk-zindex-fix-compare-vs-overview ==== */
/* ✅ FIX: Compare Plans jangan "nembus" saat Product Overview (drawer kanan) terbuka */
    #sk-compare-plans {
        position: relative;
        z-index: 1;
    }

    /* Pastikan drawer/overlay Product Overview selalu di atas Compare Plans */
    #sk-gfe-overview.is-drawer-open {
        position: relative;
        z-index: 9998;
    }

    #sk-gfe-overview.is-drawer-open .po-overlay {
        z-index: 9999;
    }

    #sk-gfe-overview.is-drawer-open .po-drawer {
        z-index: 10000;
    }


/* ==== sk-mobile-navbar-sticky ==== */
@media (max-width: 1024px) {

        /* ✅ header mobile tetap tampil saat scroll */
        .thim-ekit__header {
            position: sticky !important;
            top: 0 !important;
            z-index: 2147482000 !important;
            transform: none !important;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;

            /* ✅ hilangkan efek ngeblur saat sticky */
            -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
            filter: none !important;
        }

        body.sk-has-sticky-header .thim-ekit__header,
        body.sk-has-sticky-header .thim-ekit__header__inner {
            -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
            filter: none !important;
        }

        /* ✅ jangan sampai menu/dropdown ke-clip */
        .thim-ekit__header,
        .thim-ekit__header__inner {
            overflow: visible !important;
        }

        /* ✅ beberapa theme menambahkan class hide/hidden */
        .thim-ekit__header.hide,
        .thim-ekit__header.hidden,
        .thim-ekit__header.is-hidden {
            transform: none !important;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;
        }

        /* =========================================================
                           MOBILE MENU (hamburger) — pastikan panel muncul full
                           (selector ini aman: kalau class tidak ada, tidak berpengaruh)
                           ========================================================= */
        .thim-ekit__header .elementor-menu-toggle {
            z-index: 2147482600 !important;
        }

        .thim-ekit__header .elementor-nav-menu__container,
        .thim-ekit__header .elementor-nav-menu--dropdown {
            z-index: 2147482550 !important;
        }

        /* saat menu aktif, paksa jadi fixed agar tidak kepotong sticky header */
        .thim-ekit__header .elementor-nav-menu__container.elementor-active,
        .thim-ekit__header .elementor-nav-menu__container[style*="display: block"],
        .thim-ekit__header .elementor-nav-menu--dropdown {
            position: fixed !important;
            top: var(--sk-mhdr, 64px) !important;
            left: 0 !important;
            right: 0 !important;
            max-height: calc(100vh - var(--sk-mhdr, 64px)) !important;
            overflow-y: auto !important;
            overflow-x: hidden !important;
            -webkit-overflow-scrolling: touch;
        }
    }

    /* ===== SK FIX: BLUR HEADER/LOGO SAAT STICKY + ACTIVE LINK MENU MOBILE ===== */
    @media (max-width: 1024px) {

        /* matiin blur/transparansi yang bikin ngeblur */
        .thim-ekit__header,
        .thim-ekit__header * {
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
            filter: none !important;
        }

        /* hilangin transform yang bikin subpixel blur */
        .thim-ekit__header,
        .thim-ekit__header__inner,
        .thim-ekit__header img {
            transform: none !important;
            -webkit-transform: none !important;
        }

        /* reset warna default link di menu mobile (biar gak nyangkut biru) */
        .elementor-nav-menu--dropdown a,
        .elementor-nav-menu--dropdown a.elementor-item,
        .elementor-nav-menu--dropdown a.elementor-item-active,
        .elementor-nav-menu--dropdown .current-menu-item>a,
        .elementor-nav-menu--dropdown .current_page_item>a {
            color: inherit !important;
        }

        /* active versi kita */
        .elementor-nav-menu--dropdown a.sk-active {
            color: #1a73e8 !important;
            font-weight: 600;
        }
    }



/* =========================================================
   Compare Plans — MOBILE Model A (stacked cards)
   Desktop tetap pakai tabel, Mobile pakai #cp-mobileA
   ========================================================= */
@media (max-width: 767px){
  #sk-compare-plans .responsive-table .elementor-widget-container{
    overflow: visible !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
  }

  /* sembunyikan tabel di HP */
  #sk-compare-plans table.lp-pmpro-membership-list{
    display: none !important;
  }

  /* tampilkan cards */
  #sk-compare-plans .cp-mobileA{
    display: block;
    margin-top: 14px;
  }

  #sk-compare-plans .cpma-section{
    background:#fff;
    border:1px solid rgba(0,0,0,.10);
    border-radius:16px;
    overflow:hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    margin: 0 0 14px;
  }

  #sk-compare-plans .cpma-sec-head{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:14px 14px 12px;
    background: linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
    border-bottom:1px solid rgba(0,0,0,.06);
  }

  #sk-compare-plans .cpma-badge{
    width:40px;
    height:40px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background: rgba(26,115,232,.10);
    border: 1px solid rgba(26,115,232,.14);
    flex: 0 0 40px;
    overflow:hidden;
  }
  #sk-compare-plans .cpma-badge img{
    width:22px;
    height:22px;
    object-fit: contain;
    display:block;
  }
  #sk-compare-plans .cpma-badge svg{
    width:18px;
    height:18px;
    display:block;
    color:#1a73e8;
  }

  #sk-compare-plans .cpma-sec-title{
    font-weight:900;
    font-size:15px;
    color:#111827;
    line-height:1.25;
  }
  #sk-compare-plans .cpma-sec-sub{
    margin-top:4px;
    font-size:12.5px;
    line-height:1.55;
    color: rgba(0,0,0,.60);
  }

  #sk-compare-plans .cpma-card{
    padding: 12px 14px;
    border-top:1px solid rgba(0,0,0,.06);
    background:#fff;
  }

  #sk-compare-plans .cpma-feature{
    font-weight:800;
    font-size:13px;
    color:#111827;
    line-height:1.35;
    margin: 0 0 10px;
  }

  #sk-compare-plans .cpma-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
  }

  #sk-compare-plans .cpma-col{
    border:1px solid rgba(0,0,0,.10);
    border-radius:12px;
    padding:10px 10px;
    background: rgba(26,115,232,.04);
  }

  #sk-compare-plans .cpma-plan{
    font-size:11px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    color: rgba(0,0,0,.55);
    margin-bottom:6px;
  }

  #sk-compare-plans .cpma-val{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    min-height: 28px;
    font-weight:900;
    color:#111827;
  }

  /* kasih teks biar jelas (mobile) */
  #sk-compare-plans .cpma-val .cp-check::after{
    content:'Ya';
    font-weight:800;
    font-size:12px;
    color: rgba(0,0,0,.72);
  }
  #sk-compare-plans .cpma-val .cp-ic--minus::after{
    content:'Tidak';
    font-weight:800;
    font-size:12px;
    color: rgba(0,0,0,.72);
  }

  #sk-compare-plans .cpma-toggle{
    padding: 12px 14px 14px;
    border-top:1px solid rgba(0,0,0,.06);
    background:#fff;
    display:flex;
    justify-content:center;
  }

  #sk-compare-plans .cpma-toggle-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding: 10px 16px;
    border-radius:999px;
    border:1.5px solid rgba(26,115,232,.55);
    background: transparent;
    color:#1a73e8;
    font-weight:900;
    font-size:12px;
    cursor:pointer;
  }
}



/* =======================
   Model A tweak: gunakan gambar saja (hapus svg dekoratif)
   ======================= */
#sk-compare-plans .cp-badge.has-img svg{ display:none !important; }

/* Mobile section subtitle lebih rapih */
@media (max-width: 767px){
  #sk-compare-plans .cpma-sec-sub{
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.45;
    color: rgba(0,0,0,.62);
  }
  #sk-compare-plans .cpma-sec-title{
    font-weight: 700;
    line-height: 1.2;
  }
  #sk-compare-plans .cpma-sec-head{
    align-items: flex-start;
  }
}

/* =========================================
   FIX: Mobile Compare Plan jangan ketebelan
   (override Model A)
   ========================================= */
@media (max-width: 767px){

  /* judul section (nama fitur) */
  #sk-compare-plans .cpma-sec-title{ font-weight: 600 !important; }

  /* nama fitur di dalam card */
  #sk-compare-plans .cpma-feature{ font-weight: 600 !important; }

  /* label FUNDAMENTALS / PLUS */
  #sk-compare-plans .cpma-plan{ font-weight: 600 !important; }

  /* nilai "Ya/Tidak" */
  #sk-compare-plans .cpma-val{ font-weight: 600 !important; }

  /* teks Ya / Tidak yang dibuat via ::after */
  #sk-compare-plans .cpma-val .cp-check::after,
  #sk-compare-plans .cpma-val .cp-ic--minus::after{
    font-weight: 600 !important;
  }

  /* tombol bawah */
  #sk-compare-plans .cpma-toggle-btn{ font-weight: 600 !important; }
}
