.basiclayout {
            margin: 0;
        }

        #special_actions {
            margin: 3px 15px 3px 0;
        }

        .ticker_space {
            margin-top: 3px !important;
        }

        #logo_no_globe_new_logo {
            top: 14px;
        }

        body.header_reshuffle #top {
            min-height: 50px !important;
            height: auto !important;
        }

        .nobg {
            background: #fff url("https://cf.bstatic.com/static/img/nobg_all_blue_iq/b700d9e3067c1186a3364012df4fe1c48ae6da44.png") repeat-x;
            background-position: 0 -50px;
        }

        .bypass_menu {
            position: absolute;
            left: -10000px;
            top: auto;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

        .bypass_menu:focus-within {
            position: static;
            width: auto;
            height: auto;
            background: #fff;
            padding: 10px;
            z-index: 999;
            text-align: center;
            display: block;
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

:root {
            --primary-yellow: #009be2;
            --light-blue: #1c7cbc;
            --bg-body: #faf6ed;
            --white: #ffffff;
            --text-gray: #3e5a65;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'Segoe UI', Arial, sans-serif;
            background-color: #000000;
            line-height: 1.5;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 12px;
        }

        .auth-bar-white {
            background: #af5b5b;
            padding: 12px 0;
            border-bottom: 6px solid #7f0000;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .auth-container {
            display: flex;
            gap: 10px;
        }

        .btn-long {
            flex: 1;
            padding: 12px;
            border-radius: 6px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .btn-login {
            border: 2px solid #810f00;
            color: #000000;
            background: linear-gradient(to bottom, #000000 0, #ff0000 50%, #ff0000 50%, #000000)
        }

        .btn-daftar {
            background: linear-gradient(to bottom, #000000 0, #ff0000 50%, #ff0000 50%, #000000);
            color: #eac1c1;
            border: 2px solid #810f00;
        }

        .btn-login:hover {
            background: linear-gradient(to bottom, #ff0000 0, #141200 50%, #1b1900 50%, #ff0000);
            color: #057de0;
        }

        .btn-daftar:hover {
            background: linear-gradient(to bottom, #ff0000 0, #141200 50%, #1b1900 50%, #ff0000);
            border-color: var(--primary-yellow);
            transform: scale(1.02);
        }

        .main-content {
            margin: 20px 0;
        }

        .main-card {
            display: flex;
            flex-direction: column;
            background: #001523;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0px 4px 6px 5px rgb(0 0 0);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .main-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(113, 109, 24, 0.15);
        }

        .left-content {
            width: 100%;
        }

        .banner-large {
            width: 100%;
            background: #f3ead7;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .banner-large img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
            transition: transform 0.6s ease;
        }

        .banner-large:hover img {
            transform: scale(1.07);
        }

        .thumb-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            padding: 10px;
        }

        .thumb-item {
            aspect-ratio: 1/1;
            border-radius: 4px;
            overflow: hidden;
        }

        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .thumb-item:hover img {
            transform: scale(1.15);
        }

        /* Detail Produk */
        .right-content {
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .tag {
            color: var(--light-blue);
            font-weight: bold;
            font-size: 11px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .title {
            font-size: 24px;
            color: #fffd84;
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.2;
        }

        .desc {
            color: #fffce5;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .price {
            font-size: 22px;
            font-weight: bold;
            color: #47a1eb;
            margin-bottom: 20px;
        }

        .btn-book {
            background: linear-gradient(to bottom, #000000 0, #ff0000 50%, #ff0000 50%, #000000);
            color: #fffaf0;
            padding: 14px;
            border-radius: 6px;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 20px;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 4px 0px #000000;
        }

        .btn-book:hover {
            transform: scale(1.03);
            background: linear-gradient(to bottom, #ff0000 0, #141200 50%, #1b1900 50%, #ff0000);
            box-shadow: 0 6px 15px rgb(0, 0, 0);
        }

        .btn-book:active {
            transform: scale(0.98);
            box-shadow: 0 2px 0px #0071a6;
        }

        .social-menu {
            display: flex;
            gap: 12px;
            align-items: center;
            padding-top: 15px;
            border-top: 1px solid #b0d4eb;
            justify-content: center;
        }

        .social-link {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fffaf0;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .facebook {
            background: #1c7cbc;
        }

        .twitter {
            background: #257aab;
        }

        .youtube {
            background: #1a96de;
        }

        .social-link:hover {
            opacity: 0.9;
            transform: translateY(-5px) rotate(10deg);
        }

        @media (min-width: 769px) {
            .main-card {
                flex-direction: row;
            }

            .left-content {
                flex: 1.2;
                border-right: 1px solid #b0daeb;
            }

            .right-content {
                flex: 1;
                padding: 30px;
            }

            .title {
                font-size: 28px;
            }

            .banner-large img {
                height: 550px;
                object-fit: cover;
            }

            .social-menu {
                justify-content: flex-start;
            }
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

.sektetangya-faq {
            padding: 50px 20px;
            background-color: #211600;
            border: 5px solid #359bcb;
            border-radius: 20px;
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-heading {
            text-align: center;
            color: #1c7cbc;
            font-size: 24px;
            margin-bottom: 30px;
            font-family: sans-serif;
            text-transform: uppercase;
        }

        .faq-wrapper {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .faq-card {
            background: #0a0800;
            border: 1px solid #810f00;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 2px 5px 3px rgb(0 0 0);
        }

        .faq-card:hover {
            transform: scale(1.02);
            border-color: #009be2;
            box-shadow: 0 10px 25px rgba(122, 120, 12, 0.12);
        }

        .faq-input {
            display: none;
        }

        .faq-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            font-weight: bold;
            cursor: pointer;
            color: #9dc9e3;
            user-select: none;
        }

        .faq-label:hover {
            color: #1c7cbc;
        }

        .arrow {
            border: solid #009be2;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(45deg);
            transition: 0.3s;
        }

        .faq-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background-color: #006bb2;
        }

        .faq-content p {
            padding: 20px 25px;
            margin: 0;
            line-height: 1.6;
            color: #0c0a00;
            border-top: 1px solid #006bb2;
        }

        .faq-input:checked~.faq-content {
            max-height: 200px;
        }

        .faq-input:checked~.faq-label .arrow {
            transform: rotate(-135deg);
        }

        .faq-input:checked~.faq-card {
            border-color: #009be2;
        }

        @media (max-width: 600px) {
            .faq-label {
                font-size: 14px;
                padding: 15px;
            }
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

[data-capla-component*="PropertyReview"],
        [data-capla-component*="GuestReviews"],
        [data-testid="PropertyReviewsRegionBlock"],
        .review_list_combined,
        .hp-reviews-slideshow,
        #guest-featured-reviews {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
            height: 0 !important;
            overflow: hidden !important;
            pointer-events: none !important;
        }

        .BAJAI89-reviews-container {
            font-family: 'Segoe UI', Arial, sans-serif;
            padding: 20px;
            background: #810f00;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            margin-top: 20px;
            clear: both;
        }

        .BAJAI89-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .BAJAI89-title {
            font-size: 24px;
            font-weight: bold;
            color: #810f00;
        }

        .BAJAI89-btn-akses {
            background-color: #1c7cbc;
            color: #009be2;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
        }

        .BAJAI89-score-block {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .BAJAI89-score-badge {
            background-color: #810f00;
            color: #009be2;
            padding: 10px 15px;
            border-radius: 8px;
            font-size: 20px;
            font-weight: bold;
        }

        .BAJAI89-score-text {
            color: #1c7cbc;
            font-weight: bold;
        }

        .BAJAI89-categories {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 15px;
            margin-bottom: 20px;
        }

        .BAJAI89-cat-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff7e6;
            padding: 10px;
            border-radius: 4px;
        }

        .BAJAI89-cat-name {
            font-weight: 500;
            color: #3e5965;
        }

        .BAJAI89-cat-score {
            font-weight: bold;
            color: #3e5965;
        }

        .BAJAI89-topics {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .BAJAI89-topic-btn {
            border: 1px solid #e5abab;
            padding: 8px 15px;
            border-radius: 20px;
            background: #ffffff;
            cursor: pointer;
            font-size: 14px;
        }

        .BAJAI89-topic-btn:hover {
            background-color: #fff1cc;
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

.BAJAI89-review-wrapper {
            width: 100%;
            overflow: hidden;
            background: #3e5965;
            padding: 40px 0;
            border-top: 1px solid #810f00;
            border-bottom: 1px solid #e5abab;
            position: relative;
        }

        .BAJAI89-review-track {
            display: flex;
            width: calc(350px * 10);
            animation: scroll-left 30s linear infinite;
        }

        .BAJAI89-review-card {
            width: 350px;
            background: #080600;
            border-radius: 12px;
            padding: 20px;
            margin: 0 15px;
            box-shadow: 0 4px 15px rgba(113, 109, 24, 0.05);
            flex-shrink: 0;
            border: 2px solid #b0d5eb;
        }

        .BAJAI89-review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

        .BAJAI89-user-info {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .BAJAI89-user-avatar {
            width: 40px;
            height: 40px;
            background: #00395a;
            color: #009be2;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .BAJAI89-user-name {
            font-weight: bold;
            color: #ff0000;
            font-size: 14px;
        }

        .BAJAI89-user-score {
            background: #1c7cbc;
            color: #009be2;
            padding: 4px 8px;
            border-radius: 6px;
            font-weight: bold;
            font-size: 12px;
        }

        .BAJAI89-review-text {
            font-size: 14px;
            color: #669dcb;
            line-height: 1.6;
            font-style: italic;
        }

        .BAJAI89-review-date {
            font-size: 11px;
            color: #ffebd7;
            margin-top: 10px;
            display: block;
        }

        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-350px * 5 - 150px));
            }

        }

        .BAJAI89-review-wrapper:hover .BAJAI89-review-track {
            animation-play-state: paused;
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

:root {
            --primary-yellow: #009be2;
            --light-blue: #1c7cbc;
            --white: #ffffff;
            --text-gray: #3e5965;
            --container-width: 1100px;
        }

        .tiesto-main-wrapper {
            max-width: var(--container-width);
            margin: 0 auto;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .article-sync-card {
            background: #251500;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 10px 6px 3px rgb(0 0 0);
            border: 5px solid #006695;
            transition: all 0.3s ease;
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .article-sync-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(122, 120, 12, 0.12);
            border-color: var(--light-blue);
        }

        .article-sync-card h1 {
            color:  #fdff8f;
            font-size: 26px;
            font-weight: 800;
            text-align: center;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
            width: 100%;
        }

        .article-sync-card h1::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: var(--primary-yellow);
            border-radius: 2px;
            transition: width 0.3s ease;
        }

        .article-sync-card h2 {
            color: var(--primary-yellow);
            font-size: 22px;
            font-weight: 650;
            text-align: center;
            margin-bottom: 22px;
            position: relative;
            padding-bottom: 12px;
            width: 100%;
        }

        .article-sync-card h3 {
            color: var(--light-blue);
            font-size: 20px;
            font-weight: 600;
            text-align: left;
            margin-bottom: 1px;
            margin-top: 10px;
            position: relative;
            padding-bottom: 10px;
            width: 100%;
        }

        .article-sync-card:hover h2::after {
            width: 100px;
        }

        .article-sync-card p {
            color: #ededed;
            font-size: 16px;
            line-height: 1.8;
            text-align: justify;
            margin: 0;
            width: 100%;
        }

        @media (max-width: 768px) {
            .article-sync-card {
                padding: 25px 20px;
                border-radius: 12px;
            }

            .article-sync-card h2 {
                background: #ffe6e6;
                font-size: 20px;
            }

            .article-sync-card h3 {
                background: #fff7e6;
                font-size: 17px;
            }

            .article-sync-card p {
                font-size: 14px;
                text-align: left;
            }
        }

        .ca8e0b9533:before {
            background-color: #1c7cbc;
            border-color: #009be2;
        }

        a.a89db95031 {
            color: #1c7cbc;
            font-weight: inherit;
            text-decoration: none;
            display: inline-flex;
            line-height: calc(var(--bui_rem_pixel) * 24);
            margin-block: calc(3 * var(--bui_rem_pixel) * -1);
            vertical-align: inherit;
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

.nav-item {
                    text-decoration: none;
                    color: white !important;
                    border-radius: 20px;
                    transition: all 0.3s ease;
                    display: inline-block;
                }

                .nav-item:hover {
                    background: rgba(255, 255, 255, 0.2);
                    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
                    transform: translateY(-2px);
                    color: white !important;
                }

                .nav-active {
                    background: rgba(255, 255, 255, 0.1);
                    border: 1px solid #ff0000;
                }

                .a193cf1ed6 {
                    background: linear-gradient(to bottom, #ff0000 0, #4b3700 50%, #312400 50%, #ff0000);
                    height: 62px;
                    padding-block-start: var(--bui_spacing_1x);
                }

/* ===== SENYUMTOTO CSS BLOCK ===== */

.rtl .bui-switch__trigger:checked+.bui-switch__hitbox .bui-switch__indicator:before,
        [dir="rtl"] .bui-switch__trigger:checked+.bui-switch__hitbox .bui-switch__indicator:before {
            transform: translate(calc(-1 * var(--bui_spacing_6x)));
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

[data-capla-component*="PropertyReviewSubscoresPanel"],
        [data-capla-component*="PropertyReviewScore"],
        [data-capla-component*="PropertyReviewScoreLeft"],
        [data-capla-component*="PropertyReviewScoreRight"] {
            display: none !important;
            visibility: hidden !important;
            height: 0 !important;
            overflow: hidden !important;
        }

/* ===== SENYUMTOTO CSS BLOCK ===== */

.SLOT {
      margin: 0;
      padding: 0;
      font-family: 'Playfair Display', 'Segoe UI', serif;
      background-color: transparent;
      color: #810f00;
      overflow: hidden;
    }

    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-container {
      position: relative;
      width: 90%;
      max-width: 420px;
      background: linear-gradient(145deg, rgba(10, 10, 10, 0.9), rgba(26, 16, 16, 0.85));
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
      animation: rotateScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), goldPulse 3.5s infinite ease-in-out;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(212, 55, 55, 0.2);
      padding-bottom: 20px;
      border: 1px solid rgba(212, 55, 55, 0.15);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    /* 💛 Emas berdenyut yang mewah */
    @keyframes goldPulse {
      0%, 100% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 55, 55, 0.3), 0 0 0 1px rgba(212, 55, 55, 0.2);
      }
      50% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(212, 55, 55, 0.5), 0 0 0 1px rgba(212, 55, 55, 0.3);
      }
    }

    /* ✨ Shiny diagonal emas yang elegan */
    .popup-container::before {
      content: "";
      position: absolute;
      top: -100%;
      left: -100%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 0, 0, 0.15) 50%,
        rgba(255, 255, 255, 0) 55%
      );
      animation: shineDiagonal 5s linear infinite;
      z-index: 2;
      pointer-events: none;
    }

    @keyframes shineDiagonal {
      0% {
        transform: translate(-100%, -100%) rotate(30deg);
      }
      100% {
        transform: translate(100%, 100%) rotate(30deg);
      }
    }

    .popup-image {
      width: 100%;
      display: block;
      border-bottom: 1px solid rgba(212, 55, 55, 0.15);
    }

    .clk-btn-sgp {
    width: 97%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 20px;
    position: relative;
    overflow: hidden;
    
}

/* Gold Accent Line */
.clk-btn-sgp::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        #c50202, 
        #810f00, 
        #c50202, 
        transparent);
    opacity: 0.4;
    filter: blur(1px);
}

.clk-btn-sgp a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 12px;
    margin: 0;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid transparent;
    box-shadow: 0 8px 0px #000000;
    clip-path: polygon(var(--blade-cut) 0%, 100% 0%, 100% calc(100% - var(--blade-cut)), calc(100% - var(--blade-cut)) 100%, 0% 100%, 0% var(--blade-cut));
    z-index: 1;
}

/* Gold Border Effect */
.clk-btn-sgp a::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #810f00, 
        #0287c5, 
        #810f00, 
        #0277c5, 
        #810f00);
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.clk-btn-sgp a:hover::after {
    opacity: 1;
}

.clk-btn-sgp a:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: #810f00;
}

/* LOGIN BUTTON - Black & Gold */
.login {
    color: #810f00 !important;
    background: linear-gradient(145deg, #535050, #000000);
    border: 2px solid #810f00;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}

.login::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 3px #810f00);
}

.login:hover {
    background: linear-gradient(145deg, #222222, #1a1a1a);
    box-shadow: 
        0 12px 0px #000000,
        0 20px 40px rgba(55, 154, 212, 0.4),
        0 0 30px rgba(0, 140, 255, 0.2);
    color: #fff8dc !important;
    border-color: #810f00;
}

.login:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    filter: drop-shadow(0 0 8px #810f00);
}

/* REGISTER BUTTON - Gold & Black */
.register {
    color: #000000 !important;
    background: linear-gradient(145deg, #810f00, #810f00);
    border: 2px solid #000000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    position: relative;
}

.register::before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.register:hover {
    background: linear-gradient(145deg, #810f00, #810f00);
    box-shadow: 
        0 12px 0px #000000,
        0 20px 40px rgba(55, 149, 212, 0.5),
        0 0 35px rgba(0, 132, 255, 0.3);
    color: #000000 !important;
    border-color: #000000;
}

.register:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.2) rotate(360deg);
    filter: drop-shadow(0 0 5px #810f00);
}

/* Button Text Container */
.clk-btn-sgp a span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.clk-btn-sgp a:hover span {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .clk-btn-sgp {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .clk-btn-sgp a {
        padding: 18px 12px;
    }
    
    .login::before,
    .register::before {
        position: relative;
        left: 0;
        right: 0;
        display: inline-block;
        margin-right: 10px;
        transform: none;
        top: 0;
    }
    
    .login:hover::before,
    .register:hover::before {
        transform: none;
    }
}

/* Subtle Glow Animation */
@keyframes subtleGlow {
    0%, 100% { 
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 0 20px rgba(55, 136, 212, 0.15);
    }
}


    .info-table {
      width: 90%;
      margin: 20px auto;
      border-collapse: collapse;
      color: #eee;
      font-size: 14px;
      position: relative;
      z-index: 3;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .info-table th {
      background: linear-gradient(135deg, #69bcff, #810f00);
      padding: 14px 10px;
      font-size: 15px;
      color: #000;
      border: none;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    .info-table td {
      padding: 12px;
      border-bottom: 1px solid rgba(212, 55, 55, 0.1);
      text-align: left;
    }

    .info-table tr:last-child td {
      border-bottom: none;
    }

    .popup-footer {
      font-size: 13px;
      color: #ccc;
      padding: 20px 10px;
      position: relative;
      z-index: 3;
      line-height: 1.6;
      font-family: 'Playfair Display', serif;
    }

    @keyframes rotateScaleIn {
      0% {
        opacity: 0;
        transform: scale(0.3) rotate(-10deg);
      }
      50% {
        transform: scale(1.05) rotate(2deg);
      }
      100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
      }
    }

    /* Efek partikel emas */
    .gold-particle {
      position: absolute;
      background: radial-gradient(circle, rgba(5, 94, 167, 0.8) 0%, rgba(55, 141, 212, 0.4) 100%);
      border-radius: 50%;
      pointer-events: none;
      z-index: 1;
      animation: floatGold 10s infinite ease-in-out;
      box-shadow: 0 0 10px rgba(0, 140, 255, 0.6);
    }

    @keyframes floatGold {
      0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
      }
      10% {
        opacity: 0.8;
      }
      90% {
        opacity: 0.8;
      }
      100% {
        transform: translateY(-120px) translateX(40px);
        opacity: 0;
      }
    }

    /* Efek border emas mewah */
    .luxury-border {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(55, 154, 212, 0.2);
      border-radius: 20px;
      pointer-events: none;
      z-index: 4;
      background: linear-gradient(135deg, 
        rgba(55, 141, 212, 0) 0%, 
        rgba(55, 149, 212, 0.1) 50%, 
        rgba(55, 136, 212, 0) 100%);
    }

    /* Tombol Close - DIPERBAIKI */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 32px;
      height: 32px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s ease;
      border: 1px solid rgba(55, 154, 212, 0.5);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .close-btn:hover {
      background: #810f00;
      transform: rotate(90deg) scale(1.1);
      border-color: #810f00;
      box-shadow: 0 0 25px rgba(0, 140, 255, 0.4);
    }

    .close-btn::before,
    .close-btn::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      background: #810f00;
      transition: background 0.3s ease;
    }

    .close-btn:hover::before,
    .close-btn:hover::after {
      background: #ffffff;
    }

    .close-btn::before {
      transform: rotate(45deg);
    }

    .close-btn::after {
      transform: rotate(-45deg);
    }

    /* Responsif untuk layar kecil */
    @media (max-width: 480px) {
      .popup-container {
        width: 95%;
        max-width: 350px;
      }
      
      .popup-buttons a {
        font-size: 14px;
        padding: 16px 0;
      }
      
      .info-table {
        font-size: 13px;
      }
      
      .popup-footer {
        font-size: 12px;
      }
      
      .close-btn {
        width: 28px;
        height: 28px;
        top: 10px;
        right: 10px;
      }

      .close-btn::before,
      .close-btn::after {
        width: 14px;
      }
    }
