
        .jodit-wysiwyg {
            outline: 0
        }

        .jodit-wysiwyg ::-moz-selection,
        .jodit-wysiwyg::-moz-selection {
            background: #b5d6fd;
            color: #4c4c4c
        }

        .jodit-wysiwyg ::selection,
        .jodit-wysiwyg::selection {
            background: #b5d6fd;
            color: #4c4c4c
        }

        .jodit-container:not(.jodit_inline) .jodit-wysiwyg {
            margin: 0;
            outline: 0;
            overflow-x: auto;
            padding: 8px;
            position: relative
        }

        .jodit-container:not(.jodit_inline) .jodit-wysiwyg img {
            max-width: 100%;
            position: relative
        }

        .jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media {
            position: relative
        }

        .jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media * {
            position: relative;
            z-index: 0
        }

        .jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media:before {
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1
        }

        .jodit .jodit-workplace .jodit-wysiwyg,
        .jodit .jodit-workplace .jodit-wysiwyg_iframe,
        .jodit-container .jodit-workplace .jodit-wysiwyg,
        .jodit-container .jodit-workplace .jodit-wysiwyg_iframe {
            height: 100%;
            width: 100%
        }

        .jodit-wysiwyg [contenteditable=false] {
            cursor: default
        }

        .jodit-dialog_theme_dark .jodit-wysiwyg {
            background-color: #575757;
            color: #d1cccc
        }

        .jodit-dialog_theme_dark .jodit-wysiwyg_iframe {
            background-color: #575757;
            color: #d1cccc
        }

        .jodit_theme_dark .jodit-wysiwyg {
            background-color: #575757;
            color: #d1cccc
        }

        .jodit_theme_dark .jodit-wysiwyg_iframe {
            background-color: #575757;
            color: #d1cccc
        }

        .jodit-wysiwyg table {
            border: none;
            border-collapse: collapse;
            empty-cells: show;
            margin-bottom: 1em;
            margin-top: 1em;
            max-width: 100%
        }

        .jodit-wysiwyg table tr {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .jodit-wysiwyg table tr td {
            border: 1px solid #dadada;
            min-width: 2em;
            padding: .4em;
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
            vertical-align: middle
        }

        .jodit-wysiwyg table tr th {
            border: 1px solid #dadada;
            min-width: 2em;
            padding: .4em;
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
            vertical-align: middle
        }

        /* Digital Sans font removed - using Outfit from Google Fonts instead */
        * {
            box-sizing: border-box
        }

        a {
            border: none;
            color: inherit;
            text-decoration: none
        }

        body {
            font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            margin: 0;
            min-height: 100vh;
            display: grid;
            grid-template-rows: auto auto auto 1fr
        }

        amp-anim {
            max-width: 100%
        }

        /* === Sticky Header & Nav === */
        .header {
            width: 100%;
            height: 3.5rem;
            padding: 0 0.875rem;
            background: rgba(10, 10, 10, 0.97);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-bottom: 1px solid rgba(212, 160, 23, 0.25);
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0,0,0,0.4);
        }

        .header-logo-wrap {
            display: flex;
            align-items: center;
            flex-shrink: 0;
            min-width: 0;
        }

        .header-logo {
            height: 1.8rem;
            width: auto;
            object-fit: contain;
            display: block;
        }

        @media (min-width: 360px) {
            .header {
                height: 3.5rem;
                padding: 0 1rem;
            }

            .header-logo {
                height: 2rem;
            }
        }

        @media (min-width: 480px) {
            .header {
                height: 3.8rem;
                padding: 0 1.25rem;
            }

            .header-logo {
                height: 2.2rem;
            }
        }

        @media (min-width: 768px) {
            .header {
                height: 4.5rem;
                padding: 0 1.875rem;
            }

            .header-logo {
                height: 2.8rem;
            }
        }

        /* Desktop Nav Links */
        .header-nav {
            display: flex;
            gap: 0.5rem;
            align-items: center;
        }

        .header-nav a {
            font-size: 0.875rem;
            color: #c0c0c0;
            padding: 0.35rem 0.75rem;
            border-radius: 0.4rem;
            border: 1px solid transparent;
            transition: all 0.2s;
            white-space: nowrap;
            font-weight: 500;
        }

        .header-nav a:hover {
            color: #fff;
            background: rgba(212, 160, 23, 0.15);
            border-color: rgba(212, 160, 23, 0.35);
        }

        .nav-btn-daftar {
            background: linear-gradient(135deg, #d4a017, #c8860a) !important;
            color: #fff !important;
            font-weight: 700 !important;
            border-radius: 2rem !important;
            border-color: transparent !important;
            padding: 0.45rem 1.1rem !important;
            box-shadow: 0 0 12px rgba(212, 160, 23,0.35);
            transition: all 0.3s !important;
        }

        .nav-btn-daftar:hover {
            background: linear-gradient(135deg, #f5c842, #3a8a00) !important;
            color: #000 !important;
            box-shadow: 0 0 18px rgba(245, 200, 66,0.5) !important;
        }

        /* Hamburger Button */
        .hamburger {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 4px;
            width: 48px;
            height: 48px;
            min-width: 48px;
            min-height: 48px;
            background: rgba(212, 160, 23, 0.08);
            border: 1px solid rgba(212, 160, 23, 0.3);
            border-radius: 0.5rem;
            cursor: pointer;
            transition: all 0.2s;
            flex-shrink: 0;
            padding: 0;
        }

        .hamburger:hover {
            background: rgba(212, 160, 23, 0.2);
            border-color: #d4a017;
        }

        .hamburger:active {
            transform: scale(0.95);
        }

        .hamburger span {
            display: block;
            width: 20px;
            height: 2px;
            background: #d9d9d9;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .hamburger.open span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
            background: #d4a017;
        }

        .hamburger.open span:nth-child(2) {
            opacity: 0;
            transform: scaleX(0);
        }

        .hamburger.open span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
            background: #d4a017;
        }

        /* Mobile Dropdown Nav */
        .mobile-nav {
            display: none;
            position: absolute;
            top: 3.5rem;
            left: 0;
            right: 0;
            background: rgba(10, 10, 10, 0.98);
            border-bottom: 1px solid rgba(212, 160, 23, 0.3);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.35s ease, padding 0.25s ease;
            z-index: 999;
        }

        .mobile-nav.open {
            max-height: 500px;
            padding: 0.8rem 0;
        }

        .mobile-nav a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.85rem 1.5rem;
            min-height: 44px;
            font-size: 0.95rem;
            color: #c0c0c0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
            transition: all 0.2s;
            text-decoration: none;
        }

        .mobile-nav a:last-child { 
            border-bottom: none; 
        }

        .mobile-nav a:active {
            color: #fff;
            background: rgba(212, 160, 23, 0.12);
        }

        .mobile-nav a:hover {
            color: #fff;
            background: rgba(212, 160, 23, 0.12);
        }

        .mobile-nav .mobile-daftar {
            margin: 0.8rem 1.5rem 0.4rem;
            background: linear-gradient(135deg, #d4a017, #c8860a);
            color: #fff;
            font-weight: 700;
            border-radius: 2rem;
            text-align: center;
            padding: 0.75rem 1rem;
            justify-content: center;
            border-bottom: none;
            min-height: 44px;
        }

        .mobile-nav .mobile-daftar:active {
            background: linear-gradient(135deg, #f5c842, #3a8a00);
            color: #000;
        }

        .mobile-nav .mobile-daftar:hover {
            background: linear-gradient(135deg, #f5c842, #3a8a00);
            color: #000;
        }

        .container {
            max-width: 1180px;
            margin: auto;
            padding: 0 1rem;
            box-sizing: content-box
        }

        @media (min-width: 768px) {
            .swiper {
                aspect-ratio: 856 / 396;
            }
        }

        @media (min-width: 1024px) {
            .swiper {
                aspect-ratio: 1920 / 500;
            }
        }

        .swiper {
            width: 100%;
            margin: 0 !important;
            padding: 0 !important;
            overflow: hidden;
            background: transparent !important;
        }

        .swiper-wrapper {
            display: flex !important;
            align-items: flex-start;
            margin: 0 !important;
            padding: 0 !important;
        }

        .swiper-slide,
        .swiper-slide picture {
            display: block !important;
            line-height: 0 !important;
            font-size: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
            height: auto !important;
        }

        .swiper-slide img {
            display: block !important;
            width: 100% !important;
            height: auto !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .button-wrapper {
            width: 100%;
            height: auto;
            min-height: 4rem;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0.75rem 1rem;
        }

        @media (min-width: 480px) {
            .button-wrapper {
                min-height: 4.25rem;
                padding: 0.75rem 1rem;
            }
        }

        @media (min-width: 768px) {
            .button-wrapper {
                height: 6.65rem;
                padding: 0;
            }
        }

        .button-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 0.75rem;
            width: 100%;
            max-width: 800px;
        }

        @media (min-width: 480px) {
            .button-container {
                grid-gap: 1rem;
            }
        }

        @media (min-width: 768px) {
            .button-container {
                grid-gap: 4.5rem;
            }
        }

        .button {
            font-weight: 700;
            border-radius: 0.6rem;
            min-height: 2.4rem;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1rem;
            transition: all 0.2s;
        }

        @media (min-width: 480px) {
            .button {
                border-radius: 0.714rem;
                min-height: 2.857rem;
                font-size: 1.143rem;
            }
        }

        @media (min-width: 768px) {
            .button {
                border-radius: 1rem;
                min-height: 3.571rem;
                font-size: 1.5rem;
            }
        }

        .button:active {
            transform: scale(0.98);
        }

        .content-wrapper {
            width: 100%
        }

        .content-container {
            height: 100%;
            display: grid;
            grid-template-rows: auto auto 1fr
        }

        .menu {
            padding: 1rem 0.5rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.5rem;
            text-transform: uppercase;
        }

        @media (min-width: 360px) {
            .menu {
                padding: 1.2rem 0.5rem;
                grid-template-columns: 1fr 1fr;
                gap: 0.6rem;
            }
        }

        @media (min-width: 480px) {
            .menu {
                padding: 1.5rem 0;
                grid-template-columns: 1fr 1fr 1fr;
                gap: 0.8rem;
            }
        }

        @media (min-width: 768px) {
            .menu {
                padding: 2rem 0;
                grid-template-columns: 1fr 1fr 1fr 1fr;
                gap: 1rem;
            }
        }

        @media (min-width: 1024px) {
            .menu {
                padding: 3rem 0 2rem;
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
                gap: 1.143rem;
            }
        }

        .menu-head {
            display: flex;
            gap: 0.2rem;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0.3rem 0.2rem;
            border-radius: 0.25rem;
            min-height: 40px;
            justify-content: center;
        }

        .menu-link {
            display: grid;
            grid-auto-columns: 1fr;
            grid-gap: 0.4rem;
        }

        .menu-svg {
            margin: auto;
            width: 1.2rem;
            height: 1.2rem;
            fill: currentColor;
        }

        @media (min-width: 480px) {
            .menu-svg {
                width: 1.4rem;
                height: 1.4rem;
            }
        }

        @media (min-width: 768px) {
            .menu-svg {
                width: 1.6rem;
                height: 1.6rem;
            }
        }

        @media (min-width: 1024px) {
            .menu-svg {
                width: 1.714rem;
                height: 1.714rem;
            }
        }

        .menu-name {
            font-size: 0.85rem;
            text-align: center;
            font-weight: 600;
        }

        @media (min-width: 480px) {
            .menu-name {
                font-size: 0.95rem;
            }
        }

        @media (min-width: 768px) {
            .menu-name {
                font-size: 1rem;
            }
        }

        @media (min-width: 1024px) {
            .menu-name {
                font-size: 1.143rem;
            }
        }

        .menu-img-wrap {
            position: relative;
            padding-top: 62.98%;
            margin-top: 0.3rem;
        }

        .menu-img {
            position: absolute;
            inset: 0;
            border-radius: 0.25rem;
            border: 1px solid;
            background-size: cover;
        }

        @media (min-width: 480px) {
            .menu-img {
                border: 2px solid;
            }
        }

        @media (min-width: 768px) {
            .menu-img {
                border: 2px solid;
            }
        }

        @media (min-width: 1024px) {
            .menu-img {
                border-radius: 0.357rem;
                border: 3px solid;
            }
        }

        .menu-img-name {
            position: absolute;
            bottom: 0.2rem;
            font-size: 0.9rem;
            left: 50%;
            transform: translateX(-50%);
            font-weight: 700;
            text-align: center;
            width: 95%;
            color: #fff;
            text-shadow: 1px 0 0 #3a3a3a, -1px 0 0 #3a3a3a, 0 1px 0 #3a3a3a, 0 -1px 0 #3a3a3a, 1px 1px #3a3a3a, -1px -1px #3a3a3a, 1px -1px #3a3a3a, -1px 1px #3a3a3a, 0 4px 4px #000000bf;
            line-height: 1.2;
        }

        @media (min-width: 480px) {
            .menu-img-name {
                font-size: 1.1rem;
            }
        }

        @media (min-width: 768px) {
            .menu-img-name {
                font-size: 1.2rem;
            }
        }

        @media (min-width: 1024px) {
            .menu-img-name {
                font-size: 1.571rem;
            }
        }

        .footer-wrapper {
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            margin-top: 1.142857rem
        }

        .footer-container {
            border-radius: 1.25rem 1.25rem 0 0;
            margin-top: 1.25rem;
            padding: .625rem 1.875rem 1.25rem;
            height: 8.125rem
        }

        .logo-vigor {
            height: 100%;
            width: auto
        }

        .copyright-container {
            font-size: 0.8rem;
            text-align: center;
            padding: 1rem;
            line-height: 1.6;
        }

        @media (min-width: 768px) {
            .copyright-container {
                font-size: 1rem;
                padding: 1.5rem;
            }
        }

        @media (min-width: 1024px) {
            .copyright-container {
                font-size: 1.125rem;
                padding: 2rem 1rem;
            }
        }

        .footerText {
            overflow: auto;
            white-space: pre
        }

        amp-iframe {
            max-width: 100%
        }

        .desktop {
            display: block
        }

        .mobile {
            display: none
        }

        /* === MOBILE-FIRST FONT SIZING === */
        html {
            font-size: 14px; /* Base: 320px phones */
        }

        @media (min-width: 360px) {
            html {
                font-size: 15px;
            }
        }

        @media (min-width: 480px) {
            html {
                font-size: 16px;
            }
        }

        @media (min-width: 768px) {
            html {
                font-size: 16px;
            }
        }

        @media (min-width: 1024px) {
            html {
                font-size: 16px;
            }
        }

        @media only screen and (max-width: 600px) {
            .desktop {
                display: none
            }

            .mobile {
                display: block
            }

            .container {
                padding: 0 0.75rem
            }

            /* Header mobile */
            .header {
                height: 3.5rem;
                padding: 0 1rem;
            }

            .header-logo {
                height: 2rem;
            }

            .header-nav {
                display: none;
            }

            .hamburger {
                display: flex;
            }

            .mobile-nav {
                display: block;
                top: 3.5rem;
            }

            .button-wrapper {
                padding: 0.75rem 1rem;
                min-height: 4rem;
            }

            .button {
                border-radius: 0.6rem;
                min-height: 2.4rem;
                font-size: 1rem;
            }

            .button-container {
                grid-gap: 0.75rem;
            }

            .menu {
                grid-template-columns: 1fr 1fr 1fr;
                grid-gap: 0.6rem;
                margin: 0 0.5rem;
                padding: 1.2rem 0 1rem;
                gap: 0.6rem;
            }

            .menu-name {
                font-size: 0.95rem;
            }

            .menu-img {
                border: 1px solid;
            }

            .menu-img-wrap {
                margin-top: 0.3rem;
            }

            .menu-img-name {
                font-size: 1rem;
            }

            .footerText {
                margin: 0 1rem;
                font-size: .75rem
            }

            .footer-container {
                display: none
            }

            .footer-wrapper {
                grid-template-columns: 1fr
            }

            .footer-top {
                grid-template-columns: 1fr;
                gap: 1.5rem;
                padding: 1.5rem 1rem;
            }

            .copyright-container {
                font-size: .8rem;
                padding: 1rem
            }

            /* SEO Tools mobile fix */
            .seo-tools-section {
                grid-template-columns: 1fr;
                gap: 1rem;
                margin-top: 1.2rem;
                padding-bottom: 1rem;
            }

            .seo-tool-card[style*="span 2"],
            .seo-tool-card {
                grid-column: span 1 !important;
                border-radius: 0.75rem;
                padding: 1.2rem;
            }

            .seo-tool-title {
                font-size: 1.2rem;
            }

            .togel-options {
                grid-template-columns: 1fr 1fr 1fr;
            }

            .togel-numbers {
                font-size: 1.5rem;
                gap: 0.5rem;
                margin: 1rem 0;
                min-height: 48px;
            }

            .togel-ball {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }

            .eeat-inner {
                grid-template-columns: 1fr 1fr;
            }

            .footer-top {
                padding: 1.5rem 1rem;
            }

            .floating-cta {
                bottom: 1rem;
                right: 1rem;
            }

            @supports (bottom: max(0px)) {
                .floating-cta {
                    bottom: max(1rem, env(safe-area-inset-bottom));
                    right: max(1rem, env(safe-area-inset-right));
                }
            }

            .floating-chat-btn {
                font-size: 0.75rem;
                padding: 0.6rem 1rem;
            }

            .floating-rtp-btn {
                font-size: 0.7rem;
                padding: 0.5rem 0.9rem;
            }
        }

        @media only screen and (max-width: 400px) {
            .eeat-inner {
                grid-template-columns: 1fr;
            }

            .menu {
                grid-template-columns: 1fr 1fr;
            }
        }

        body {
            background: #0e0e0e;
            color: #fff
        }

        .button-wrapper {
            background: #d4a017;
            box-shadow: 0 4px 10px #00000080
        }

        .button-login {
            color: #000;
            background: #ffd700
        }

        .button-register {
            color: #000;
            background: #f5c842
        }

        .menu-img {
            border-color: #d4a017
        }

        .menu-img-sport {
            background-image: url(asset/sport-min.webp)
        }

        .menu-img-gacha {
            background-image: url(asset/slot-min.webp)
        }

        .menu-img-tempat-ketangkasan {
            background-image: url(asset/casino-min.webp)
        }

        .menu-img-togel {
            background-image: url(asset/tgl-min.webp)
        }

        .menu-img-fish {
            background-image: url(asset/fish-min.webp)
        }

        .menu-img-poker {
            background-image: url(asset/poker-min.webp)
        }

        .footer-wrapper {
            color: #d9d9d9;
            background: #000;
            border-top: 1px solid #d4a017
        }

        /* CSS untuk SEO Tools & Articles */
        .seo-tools-section {
            margin-top: 1.5rem;
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            padding-bottom: 1rem;
        }

        @media (min-width: 480px) {
            .seo-tools-section {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
        }

        @media (min-width: 768px) {
            .seo-tools-section {
                grid-template-columns: 1fr 1fr;
                gap: 1.5rem;
                margin-top: 2rem;
                padding-bottom: 1.5rem;
            }
        }

        @media (min-width: 1024px) {
            .seo-tools-section {
                grid-template-columns: 1fr 1fr;
                gap: 2rem;
                margin-top: 3rem;
                padding-bottom: 2rem;
            }
        }

        .seo-tool-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(212, 160, 23, 0.3);
            border-radius: 0.75rem;
            padding: 1.2rem;
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.37);
            display: flex;
            flex-direction: column;
            gap: 1rem;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }

        @media (min-width: 768px) {
            .seo-tool-card {
                border-radius: 1rem;
                padding: 1.5rem;
                gap: 1.2rem;
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
            }
        }

        @media (min-width: 1024px) {
            .seo-tool-card {
                padding: 2rem;
                gap: 1.5rem;
            }
        }

        .seo-tool-card:hover {
            transform: translateY(-3px);
            border-color: rgba(212, 160, 23, 0.6);
        }

        .seo-tool-card-header,
        .faq-card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .seo-tool-card summary {
            list-style: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            padding: 1rem 1.2rem;
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
        }

        .seo-tool-card summary:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.2);
        }

        .seo-tool-card summary::-webkit-details-marker {
            display: none;
        }

        .dropdown-toggle {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: #fff;
            font-size: 0.95rem;
            font-weight: 700;
        }

        .dropdown-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.25);
        }

        .dropdown-toggle .toggle-icon {
            display: inline-flex;
            transition: transform 0.25s ease;
        }

        .dropdown-toggle[aria-expanded="false"] .toggle-icon {
            transform: rotate(-90deg);
        }

        .dropdown-body {
            overflow: hidden;
            max-height: 1000px;
            opacity: 1;
            transition: max-height 0.35s ease, opacity 0.35s ease;
        }

        .seo-tool-card:not([open]) .dropdown-body {
            max-height: 0;
            opacity: 0;
        }

        .seo-tool-card[open] .toggle-icon {
            transform: rotate(180deg);
        }

        /* Main FAQ Details Wrapper */
        #faq > details {
            background: rgba(212, 160, 23, 0.08);
            border: 1px solid rgba(212, 160, 23, 0.3);
            border-radius: 0.8rem;
            overflow: hidden;
            transition: border-color 0.3s ease, background 0.3s ease;
        }

        #faq > details:hover {
            border-color: rgba(212, 160, 23, 0.6);
            background: rgba(212, 160, 23, 0.12);
        }

        /* Main FAQ Header Summary */
        #faq > details > summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding: 1.2rem 1.5rem;
            cursor: pointer;
            user-select: none;
            outline: none;
            min-height: 50px;
            transition: background 0.3s ease;
            list-style: none;
        }

        #faq > details > summary:hover {
            background: rgba(212, 160, 23, 0.15);
        }

        #faq > details > summary::-webkit-details-marker {
            display: none;
        }

        .faq-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            flex-wrap: wrap;
            flex-grow: 1;
        }

        .faq-header h2 {
            margin: 0;
            font-size: 1.6rem;
            color: #ffd700;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        @media (min-width: 768px) {
            .faq-header h2 {
                font-size: 1.8rem;
            }
        }

        .faq-link {
            color: #f5c842;
            font-weight: 700;
            text-decoration: underline;
            font-size: 0.9rem;
            transition: color 0.2s ease, transform 0.2s ease;
        }

        .faq-link:hover {
            color: #fff;
            transform: translateX(2px);
        }

        .seo-tool-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffd700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            border-bottom: 1px solid rgba(254, 210, 10, 0.2);
            padding-bottom: 0.5rem;
        }

        @media (min-width: 768px) {
            .seo-tool-title {
                font-size: 1.5rem;
                letter-spacing: 0.75px;
            }
        }

        @media (min-width: 1024px) {
            .seo-tool-title {
                font-size: 1.6rem;
                letter-spacing: 1px;
            }
        }

        .seo-tool-description {
            font-size: 0.95rem;
            color: #d9d9d9;
            line-height: 1.5;
        }

        @media (min-width: 768px) {
            .seo-tool-description {
                font-size: 1rem;
            }
        }

        @media (min-width: 1024px) {
            .seo-tool-description {
                font-size: 1.1rem;
            }
        }

        /* Tool: Pattern Generator */
        .tool-group {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

        .tool-label {
            font-size: 0.95rem;
            font-weight: 600;
            color: #fff;
        }

        @media (min-width: 768px) {
            .tool-label {
                font-size: 1.1rem;
            }
        }

        .tool-select,
        .tool-input {
            background: rgba(0, 0, 0, 0.6);
            border: 1px solid rgba(212, 160, 23, 0.5);
            color: #fff;
            padding: 0.8rem 1rem;
            border-radius: 0.5rem;
            font-size: 16px;
            min-height: 44px;
            outline: none;
            font-family: inherit;
            transition: border-color 0.3s;
            width: 100%;
            -webkit-appearance: none;
            appearance: none;
        }

        .tool-select:focus,
        .tool-input:focus {
            border-color: #ffd700;
            background: rgba(0, 0, 0, 0.8);
        }

        .tool-btn {
            background: linear-gradient(135deg, #d4a017, #f5c842);
            color: #000;
            font-weight: 700;
            padding: 0.8rem 1.2rem;
            min-height: 44px;
            border: none;
            border-radius: 0.5rem;
            font-size: 1rem;
            cursor: pointer;
            text-transform: uppercase;
            transition: transform 0.2s, box-shadow 0.2s;
            width: 100%;
        }

        @media (min-width: 768px) {
            .tool-btn {
                padding: 1rem;
                font-size: 1.1rem;
            }
        }

        @media (min-width: 1024px) {
            .tool-btn {
                padding: 1rem;
                font-size: 1.2rem;
            }
        }

        .tool-btn:active,
        .tool-btn:hover {
            transform: scale(1.02);
            box-shadow: 0 0 15px rgba(245, 200, 66, 0.6);
        }

        .tool-result {
            background: rgba(0, 0, 0, 0.5);
            border-radius: 0.5rem;
            padding: 1rem;
            border-left: 3px solid #f5c842;
            font-size: 0.95rem;
            display: none;
            animation: fadeIn 0.3s ease;
        }

        @media (min-width: 768px) {
            .tool-result {
                padding: 1.2rem;
                border-left: 4px solid #f5c842;
                font-size: 1.05rem;
            }
        }

        @media (min-width: 1024px) {
            .tool-result {
                padding: 1.2rem;
                font-size: 1.1rem;
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(5px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .pattern-item {
            display: flex;
            justify-content: space-between;
            padding: 0.4rem 0;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        }

        .pattern-item:last-child {
            border-bottom: none;
        }

        .pattern-label {
            color: #d9d9d9;
        }

        .pattern-value {
            color: #f5c842;
            font-weight: 700;
        }

        .rtp-badge-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 0.8rem;
        }

        .rtp-progress-bar {
            width: 70%;
            background: rgba(255, 255, 255, 0.1);
            height: 10px;
            border-radius: 5px;
            overflow: hidden;
        }

        .rtp-progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #ffd700, #f5c842);
            width: 0%;
            transition: width 1s ease-in-out;
        }

        .rtp-percent {
            font-weight: 700;
            color: #f5c842;
        }

        /* Tool: Lucky Draw Predictor */
        .togel-options {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0.6rem;
        }

        @media (min-width: 480px) {
            .togel-options {
                gap: 0.8rem;
            }
        }

        .togel-btn-opt {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(212, 160, 23, 0.3);
            color: #fff;
            padding: 0.6rem 0.4rem;
            min-height: 44px;
            border-radius: 0.25rem;
            cursor: pointer;
            font-family: inherit;
            font-size: 14px;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @media (min-width: 768px) {
            .togel-btn-opt {
                font-size: 1rem;
            }
        }

        .togel-btn-opt:active,
        .togel-btn-opt.active {
            background: #d4a017;
            border-color: #d4a017;
            color: #fff;
            font-weight: 700;
            box-shadow: 0 0 10px rgba(212, 160, 23, 0.5);
        }

        .togel-numbers {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.6rem;
            font-size: 1.6rem;
            font-weight: 800;
            color: #ffd700;
            text-shadow: 0 0 10px rgba(254, 210, 10, 0.4);
            margin: 1.2rem 0;
            min-height: 50px;
        }

        @media (min-width: 480px) {
            .togel-numbers {
                gap: 0.8rem;
                font-size: 1.8rem;
                min-height: 54px;
            }
        }

        @media (min-width: 768px) {
            .togel-numbers {
                gap: 1rem;
                font-size: 2rem;
                margin: 1.5rem 0;
            }
        }

        .togel-ball {
            background: radial-gradient(circle at 30% 30%, #3a3a3a, #000);
            border: 2px solid #ffd700;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
            font-size: 1.4rem;
            font-weight: 800;
        }

        @media (min-width: 480px) {
            .togel-ball {
                width: 48px;
                height: 48px;
                font-size: 1.6rem;
            }
        }

        @media (min-width: 768px) {
            .togel-ball {
                width: 50px;
                height: 50px;
                font-size: 1.8rem;
            }
        }

        /* SEO Article Section */
        .seo-article-section {
            margin-top: 1.5rem;
            border-top: 1px solid rgba(212, 160, 23, 0.3);
            padding-top: 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        @media (min-width: 768px) {
            .seo-article-section {
                margin-top: 2.5rem;
                padding-top: 2rem;
                gap: 2rem;
            }
        }

        @media (min-width: 1024px) {
            .seo-article-section {
                margin-top: 3rem;
                padding-top: 3rem;
                gap: 2rem;
            }
        }

        .seo-article {
            line-height: 1.7;
            color: #d9d9d9;
            font-size: 0.95rem;
            max-width: 65ch;
        }

        @media (min-width: 480px) {
            .seo-article {
                font-size: 1rem;
            }
        }

        @media (min-width: 768px) {
            .seo-article {
                font-size: 1.05rem;
                line-height: 1.75;
            }
        }

        @media (min-width: 1024px) {
            .seo-article {
                font-size: 1.15rem;
            }
        }

        .seo-article h2 {
            color: #ffd700;
            font-size: 1.5rem;
            margin-top: 1.2rem;
            margin-bottom: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            border-left: 3px solid #d4a017;
            padding-left: 0.6rem;
        }

        @media (min-width: 480px) {
            .seo-article h2 {
                font-size: 1.6rem;
                margin-top: 1.4rem;
            }
        }

        @media (min-width: 768px) {
            .seo-article h2 {
                font-size: 1.7rem;
                letter-spacing: 0.5px;
                border-left: 4px solid #d4a017;
                padding-left: 0.8rem;
            }
        }

        @media (min-width: 1024px) {
            .seo-article h2 {
                font-size: 1.8rem;
                margin-top: 1.5rem;
                margin-bottom: 1rem;
            }
        }

        .seo-article h3 {
            color: #f5c842;
            font-size: 1.1rem;
            margin-top: 1rem;
            margin-bottom: 0.6rem;
            font-weight: 600;
        }

        @media (min-width: 480px) {
            .seo-article h3 {
                font-size: 1.2rem;
                margin-top: 1.2rem;
                margin-bottom: 0.7rem;
            }
        }

        @media (min-width: 768px) {
            .seo-article h3 {
                font-size: 1.3rem;
                margin-top: 1.4rem;
                margin-bottom: 0.8rem;
            }
        }

        @media (min-width: 1024px) {
            .seo-article h3 {
                font-size: 1.4rem;
                margin-top: 1.5rem;
                margin-bottom: 0.8rem;
            }
        }

        .seo-article p {
            margin-bottom: 1rem;
            text-align: justify;
        }

        @media (min-width: 768px) {
            .seo-article p {
                margin-bottom: 1.2rem;
            }
        }

        .seo-article ul,
        .seo-article ol {
            margin: 1rem 0;
            padding-left: 1.5rem;
            line-height: 1.8;
        }

        @media (min-width: 768px) {
            .seo-article ul,
            .seo-article ol {
                margin: 1.2rem 0;
                padding-left: 2rem;
            }
        }

        .seo-article li {
            margin-bottom: 0.6rem;
            color: #d9d9d9;
            font-size: 0.95rem;
        }

        @media (min-width: 480px) {
            .seo-article li {
                font-size: 1rem;
            }
        }

        @media (min-width: 768px) {
            .seo-article li {
                font-size: 1.05rem;
                margin-bottom: 0.7rem;
            }
        }

        @media (min-width: 1024px) {
            .seo-article li {
                font-size: 1.15rem;
            }
        }

        .seo-article strong {
            color: #f5c842;
            font-weight: 700;
        }

        .seo-article em {
            color: #ffd700;
            font-style: italic;
        }

        .seo-table-container {
            overflow-x: auto;
            margin: 1.5rem 0;
            border-radius: 0.5rem;
            border: 1px solid rgba(212, 160, 23, 0.2);
            -webkit-overflow-scrolling: touch;
        }

        @media (min-width: 768px) {
            .seo-table-container {
                margin: 2rem 0;
            }
        }

        .seo-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.85rem;
        }

        @media (min-width: 480px) {
            .seo-table {
                font-size: 0.9rem;
            }
        }

        @media (min-width: 768px) {
            .seo-table {
                font-size: 1rem;
            }
        }

        @media (min-width: 1024px) {
            .seo-table {
                font-size: 1.05rem;
            }
        }

        .seo-table th,
        .seo-table td {
            padding: 0.75rem;
            text-align: left;
            border-bottom: 1px solid rgba(212, 160, 23, 0.2);
        }

        @media (min-width: 768px) {
            .seo-table th,
            .seo-table td {
                padding: 1rem;
            }
        }

        .seo-table th {
            background: rgba(212, 160, 23, 0.2);
            color: #ffd700;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.8rem;
            letter-spacing: 0.3px;
        }

        @media (min-width: 768px) {
            .seo-table th {
                font-size: 0.95rem;
                letter-spacing: 0.5px;
            }
        }

        .seo-table tr:last-child td {
            border-bottom: none;
        }

        .seo-table tr:nth-child(even) td {
            background: rgba(255, 255, 255, 0.01);
        }

        /* FAQ Accordion */
        .faq-container {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                        opacity 0.4s ease,
                        padding 0.4s ease;
            padding: 0 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        #faq > details[open] .faq-container {
            max-height: 2000px;
            opacity: 1;
            padding: 1rem 1.5rem 1.5rem;
            gap: 0.8rem;
        }

        @media (min-width: 768px) {
            #faq > details[open] .faq-container {
                gap: 1rem;
                padding: 1.5rem;
            }
        }

        .faq-item {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(212, 160, 23, 0.2);
            border-radius: 0.4rem;
            overflow: hidden;
            transition: border-color 0.3s;
        }

        @media (min-width: 768px) {
            .faq-item {
                border-radius: 0.5rem;
            }
        }

        .faq-item:hover {
            border-color: rgba(212, 160, 23, 0.5);
        }

        .faq-item summary {
            padding: 0.9rem 1rem;
            font-weight: 700;
            color: #fff;
            cursor: pointer;
            outline: none;
            user-select: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.95rem;
            min-height: 44px;
        }

        @media (min-width: 480px) {
            .faq-item summary {
                padding: 1rem 1.2rem;
                font-size: 1rem;
            }
        }

        @media (min-width: 768px) {
            .faq-item summary {
                padding: 1.2rem;
                font-size: 1.05rem;
            }
        }

        @media (min-width: 1024px) {
            .faq-item summary {
                font-size: 1.1rem;
            }
        }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-item summary::after {
            content: "+";
            font-size: 1.4rem;
            color: #ffd700;
            transition: transform 0.3s;
            flex-shrink: 0;
        }

        .faq-item[open] summary::after {
            content: "-";
            transform: rotate(180deg);
        }

        .faq-content {
            padding: 0.8rem 1rem 1rem;
            color: #d9d9d9;
            line-height: 1.6;
            font-size: 0.9rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        @media (min-width: 480px) {
            .faq-content {
                padding: 0.9rem 1.2rem 1.2rem;
                font-size: 0.95rem;
            }
        }

        @media (min-width: 768px) {
            .faq-content {
                padding: 1rem 1.2rem 1.2rem;
                font-size: 1rem;
            }
        }

        @media (min-width: 1024px) {
            .faq-content {
                font-size: 1.05rem;
            }
        }

        /* Responsive media queries */
        @media only screen and (max-width: 768px) {
            .seo-tools-section {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }

        /* === E-E-A-T Trust Signals Section === */
        .eeat-section {
            margin: 1.5rem 0;
            border-top: 1px solid rgba(212, 160, 23, 0.3);
            border-bottom: 1px solid rgba(212, 160, 23, 0.3);
            padding: 1.5rem 0;
        }

        @media (min-width: 768px) {
            .eeat-section {
                margin: 2.5rem 0;
                padding: 2rem 0;
            }
        }

        @media (min-width: 1024px) {
            .eeat-section {
                margin: 2.5rem 0 1.5rem;
                padding: 2rem 0;
            }
        }

        .eeat-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        @media (min-width: 480px) {
            .eeat-inner {
                grid-template-columns: 1fr 1fr;
                gap: 1.2rem;
            }
        }

        @media (min-width: 768px) {
            .eeat-inner {
                grid-template-columns: 1fr 1fr;
                gap: 1.5rem;
            }
        }

        @media (min-width: 1024px) {
            .eeat-inner {
                grid-template-columns: repeat(4, 1fr);
                gap: 1.5rem;
            }
        }

        .eeat-block {
            text-align: center;
            padding: 1rem;
            background: rgba(212, 160, 23, 0.05);
            border: 1px solid rgba(212, 160, 23, 0.2);
            border-radius: 0.8rem;
            transition: border-color 0.3s, transform 0.3s;
        }

        @media (min-width: 480px) {
            .eeat-block {
                padding: 1.2rem;
                border-radius: 0.9rem;
            }
        }

        @media (min-width: 768px) {
            .eeat-block {
                padding: 1.3rem;
                border-radius: 1rem;
            }
        }

        @media (min-width: 1024px) {
            .eeat-block {
                padding: 1.5rem 1rem;
            }
        }

        .eeat-block:hover {
            border-color: rgba(212, 160, 23, 0.6);
            transform: translateY(-3px);
        }

        .eeat-icon {
            font-size: 1.8rem;
            margin-bottom: 0.6rem;
        }

        @media (min-width: 768px) {
            .eeat-icon {
                font-size: 2.2rem;
                margin-bottom: 0.8rem;
            }
        }

        @media (min-width: 1024px) {
            .eeat-icon {
                font-size: 2.5rem;
                margin-bottom: 0.8rem;
            }
        }

        .eeat-label {
            font-size: 0.85rem;
            font-weight: 700;
            color: #ffd700;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            margin-bottom: 0.4rem;
        }

        @media (min-width: 480px) {
            .eeat-label {
                font-size: 0.9rem;
            }
        }

        @media (min-width: 768px) {
            .eeat-label {
                font-size: 0.95rem;
                letter-spacing: 0.4px;
            }
        }

        @media (min-width: 1024px) {
            .eeat-label {
                font-size: 1rem;
                letter-spacing: 0.5px;
                margin-bottom: 0.5rem;
            }
        }

        .eeat-desc {
            font-size: 0.8rem;
            color: #d9d9d9;
            line-height: 1.4;
        }

        @media (min-width: 480px) {
            .eeat-desc {
                font-size: 0.85rem;
            }
        }

        @media (min-width: 768px) {
            .eeat-desc {
                font-size: 0.9rem;
            }
        }

        @media (min-width: 1024px) {
            .eeat-desc {
                font-size: 0.9rem;
                line-height: 1.5;
            }
        }

        /* === Enhanced Footer === */
        .footer-top {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            padding: 1.5rem 1rem;
            border-bottom: 1px solid rgba(212, 160, 23, 0.2);
        }

        @media (min-width: 768px) {
            .footer-top {
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                padding: 2.5rem 1.875rem;
            }
        }

        @media (min-width: 1024px) {
            .footer-top {
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                padding: 2.5rem 1.875rem;
            }
        }

        .footer-logo-text {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #d4a017, #ffd700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.8rem;
            letter-spacing: 1px;
        }

        @media (min-width: 768px) {
            .footer-logo-text {
                font-size: 2.2rem;
                letter-spacing: 1.5px;
            }
        }

        @media (min-width: 1024px) {
            .footer-logo-text {
                font-size: 2.5rem;
                letter-spacing: 2px;
            }
        }

        .footer-about {
            font-size: 0.85rem;
            color: #aaa;
            line-height: 1.6;
            margin: 0 0 1rem;
        }

        @media (min-width: 768px) {
            .footer-about {
                font-size: 0.95rem;
                line-height: 1.7;
            }
        }

        .footer-links-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
        }

        @media (min-width: 768px) {
            .footer-links-row {
                gap: 0.8rem;
            }
        }

        .footer-links-row a {
            background: rgba(212, 160, 23, 0.1);
            border: 1px solid rgba(212, 160, 23, 0.3);
            color: #d9d9d9;
            padding: 0.4rem 0.8rem;
            border-radius: 0.5rem;
            font-size: 0.8rem;
            min-height: 32px;
            display: inline-flex;
            align-items: center;
            transition: all 0.2s;
            text-decoration: none;
        }

        @media (min-width: 768px) {
            .footer-links-row a {
                font-size: 0.9rem;
            }
        }

        .footer-links-row a:hover {
            background: rgba(212, 160, 23, 0.25);
            border-color: #d4a017;
            color: #fff;
        }

        .footer-providers-title {
            font-size: 0.85rem;
            font-weight: 700;
            color: #ffd700;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            margin-bottom: 0.8rem;
        }

        @media (min-width: 768px) {
            .footer-providers-title {
                font-size: 0.95rem;
                letter-spacing: 0.5px;
            }
        }

        .footer-provider-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
        }

        @media (min-width: 768px) {
            .footer-provider-list {
                gap: 0.5rem;
            }
        }

        .provider-badge {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.15);
            color: #ccc;
            padding: 0.25rem 0.6rem;
            border-radius: 0.3rem;
            font-size: 0.75rem;
        }

        @media (min-width: 768px) {
            .provider-badge {
                padding: 0.3rem 0.7rem;
                font-size: 0.8rem;
            }
        }

        .provider-badge.payment {
            border-color: rgba(245, 200, 66, 0.3);
            color: #f5c842;
            background: rgba(245, 200, 66, 0.05);
        }

        /* === Floating CTA Live Chat === */
        .floating-cta {
            position: fixed;
            bottom: 1rem;
            right: 1rem;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 0.6rem;
        }

        @supports (bottom: max(0px)) {
            .floating-cta {
                bottom: max(1rem, env(safe-area-inset-bottom));
                right: max(1rem, env(safe-area-inset-right));
            }
        }

        @media (min-width: 480px) {
            .floating-cta {
                bottom: 1.5rem;
                right: 1.5rem;
                gap: 0.8rem;
            }

            @supports (bottom: max(0px)) {
                .floating-cta {
                    bottom: max(1.5rem, env(safe-area-inset-bottom));
                    right: max(1.5rem, env(safe-area-inset-right));
                }
            }
        }

        @media (min-width: 768px) {
            .floating-cta {
                bottom: 2rem;
                right: 2rem;
                gap: 0.5rem;
            }

            @supports (bottom: max(0px)) {
                .floating-cta {
                    bottom: max(2rem, env(safe-area-inset-bottom));
                    right: max(2rem, env(safe-area-inset-right));
                }
            }
        }

        .floating-chat-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background: linear-gradient(135deg, #d4a017, #c8860a);
            color: #fff;
            text-decoration: none;
            padding: 0.6rem 1rem;
            min-width: 44px;
            min-height: 44px;
            border-radius: 3rem;
            font-weight: 700;
            font-size: 0.75rem;
            box-shadow: 0 4px 12px rgba(212, 160, 23, 0.4);
            transition: all 0.3s;
            animation: pulse-float 2.5s infinite;
            white-space: nowrap;
        }

        @media (min-width: 480px) {
            .floating-chat-btn {
                padding: 0.7rem 1.2rem;
                font-size: 0.85rem;
            }
        }

        @media (min-width: 768px) {
            .floating-chat-btn {
                padding: 0.8rem 1.5rem;
                font-size: 1rem;
                box-shadow: 0 4px 20px rgba(212, 160, 23, 0.5);
            }
        }

        .floating-chat-btn:active,
        .floating-chat-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(212, 160, 23, 0.7);
        }

        .floating-rtp-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background: linear-gradient(135deg, #f5c842, #3a8a00);
            color: #000;
            text-decoration: none;
            padding: 0.5rem 0.9rem;
            min-width: 44px;
            min-height: 44px;
            border-radius: 3rem;
            font-weight: 700;
            font-size: 0.7rem;
            box-shadow: 0 4px 12px rgba(245, 200, 66, 0.3);
            transition: all 0.3s;
            white-space: nowrap;
        }

        @media (min-width: 480px) {
            .floating-rtp-btn {
                padding: 0.6rem 1.1rem;
                font-size: 0.78rem;
            }
        }

        @media (min-width: 768px) {
            .floating-rtp-btn {
                padding: 0.6rem 1.2rem;
                font-size: 0.9rem;
                box-shadow: 0 4px 15px rgba(245, 200, 66, 0.4);
            }
        }

        .floating-rtp-btn:active,
        .floating-rtp-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(245, 200, 66, 0.6);
        }

        @keyframes pulse-float {

            0%,
            100% {
                box-shadow: 0 4px 20px rgba(212, 160, 23, 0.5);
            }

            50% {
                box-shadow: 0 4px 30px rgba(212, 160, 23, 0.9), 0 0 0 8px rgba(212, 160, 23, 0.15);
            }
        }

        /* === Artikel Nav Link === */
        .artikel-nav {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.2rem 0;
            border-top: 1px solid rgba(212, 160, 23, 0.2);
            margin-top: 2rem;
        }

        .artikel-nav-title {
            font-size: 1rem;
            color: #ffd700;
            font-weight: 600;
        }

        .artikel-nav-link {
            background: rgba(212, 160, 23, 0.1);
            border: 1px solid rgba(212, 160, 23, 0.3);
            color: #d9d9d9;
            padding: 0.4rem 1rem;
            border-radius: 2rem;
            font-size: 0.95rem;
            transition: all 0.2s;
            text-decoration: none;
        }

        .artikel-nav-link:hover {
            background: #d4a017;
            color: #fff;
            border-color: #d4a017;
        }

        @media only screen and (max-width: 768px) {
            .eeat-inner {
                grid-template-columns: 1fr 1fr;
            }

            .footer-top {
                grid-template-columns: 1fr;
                gap: 2rem;
                padding: 1.5rem 1rem;
            }

            .floating-cta {
                bottom: 1rem;
                right: 1rem;
            }

            .floating-chat-btn {
                font-size: 0.85rem;
                padding: 0.7rem 1.2rem;
            }
        }

        @media only screen and (max-width: 480px) {
            .eeat-inner {
                grid-template-columns: 1fr;
            }
        }

        /* ==========================================
           PREMIUM DESIGN OVERHAUL: CYBER-NINJA THEME
           ========================================== */
        
        :root {
            --bg-cyber-dark: #060609;
            --panel-bg: rgba(18, 10, 32, 0.65);
            --border-purple: rgba(212, 160, 23, 0.25);
            --border-purple-glow: rgba(212, 160, 23, 0.6);
            --neon-purple: #d4a017;
            --neon-purple-rgb: 170, 0, 249;
            --neon-yellow: #ffd700;
            --neon-green: #f5c842;
            --text-glow-yellow: 0 0 8px rgba(254, 210, 10, 0.4);
            --box-shadow-premium: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
            --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        body {
            background-color: var(--bg-cyber-dark) !important;
            color: #f1f1f1 !important;
        }

        /* Glassmorphism for SEO Tool Cards */
        .seo-tool-card {
            background: var(--panel-bg) !important;
            backdrop-filter: blur(16px) !important;
            -webkit-backdrop-filter: blur(16px) !important;
            border: 1px solid var(--border-purple) !important;
            box-shadow: var(--box-shadow-premium) !important;
            border-radius: 1.25rem !important;
            padding: 1.5rem !important;
            margin-bottom: 1.5rem !important;
            transition: var(--transition-smooth) !important;
            overflow: hidden;
            position: relative;
        }

        .seo-tool-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--neon-purple), var(--neon-yellow), transparent);
            opacity: 0.7;
        }

        .seo-tool-card:hover {
            transform: translateY(-4px);
            border-color: var(--border-purple-glow) !important;
            box-shadow: 0 12px 40px rgba(212, 160, 23, 0.25), var(--box-shadow-premium) !important;
        }

        /* Headers inside cards */
        .seo-tool-title {
            font-size: 1.3rem !important;
            font-weight: 700 !important;
            color: #fff !important;
            letter-spacing: 0.5px;
            text-shadow: var(--text-glow-yellow);
            display: flex;
            align-items: center;
            gap: 0.75rem;
            cursor: pointer;
        }

        .seo-tool-description {
            color: #b8b3c8 !important;
            font-size: 0.92rem !important;
            line-height: 1.6 !important;
            margin-top: 0.75rem !important;
            margin-bottom: 1.25rem !important;
        }

        /* Inputs & Selects styled like cyber-terminal */
        .tool-select, .tool-input {
            background: rgba(10, 5, 20, 0.8) !important;
            border: 1px solid rgba(212, 160, 23, 0.4) !important;
            color: #fff !important;
            border-radius: 0.6rem !important;
            padding: 0.75rem 1rem !important;
            font-family: 'Outfit', sans-serif !important;
            font-size: 0.95rem !important;
            transition: var(--transition-smooth) !important;
            outline: none !important;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.5) !important;
        }

        .tool-select:focus, .tool-input:focus {
            border-color: var(--neon-yellow) !important;
            box-shadow: 0 0 10px rgba(254, 210, 10, 0.25), inset 0 2px 4px rgba(0,0,0,0.5) !important;
        }

        /* Premium glowing buttons */
        .tool-btn {
            background: linear-gradient(135deg, var(--neon-purple), #c8860a) !important;
            color: #fff !important;
            font-weight: 700 !important;
            border-radius: 0.75rem !important;
            padding: 0.85rem 1.5rem !important;
            font-size: 1.05rem !important;
            border: 1px solid rgba(255,255,255,0.1) !important;
            box-shadow: 0 4px 15px rgba(212, 160, 23, 0.4) !important;
            cursor: pointer !important;
            transition: var(--transition-smooth) !important;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .tool-btn:hover {
            background: linear-gradient(135deg, var(--neon-green), #3a8a00) !important;
            color: #000 !important;
            border-color: var(--neon-green) !important;
            box-shadow: 0 6px 22px rgba(245, 200, 66, 0.5) !important;
            transform: scale(1.02);
        }

        .tool-btn:active {
            transform: scale(0.98);
        }

        /* Gacha Tool Result Panel styling */
        .tool-result {
            background: rgba(10, 5, 20, 0.75) !important;
            border: 1px dashed rgba(212, 160, 23, 0.3) !important;
            border-radius: 0.8rem !important;
            padding: 1.25rem !important;
            margin-top: 1.25rem !important;
            animation: slideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }

        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* 3D Togel Balls */
        .togel-ball {
            width: 48px !important;
            height: 48px !important;
            border-radius: 50% !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 1.4rem !important;
            font-weight: 800 !important;
            margin: 0.35rem !important;
            color: #000 !important;
            background: radial-gradient(circle at 35% 35%, #fff, #ddd 20%, #888 80%, #555) !important;
            box-shadow: 0 6px 15px rgba(0,0,0,0.6), inset -3px -3px 8px rgba(0,0,0,0.4), inset 3px 3px 8px rgba(255,255,255,0.8) !important;
            border: 1px solid rgba(255,255,255,0.45) !important;
            animation: spinBall 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
            text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
        }

        .togel-ball.gold {
            background: radial-gradient(circle at 35% 35%, #ffe66d, #ffc300 20%, #cc9900 80%, #664d00) !important;
            box-shadow: 0 6px 18px rgba(254, 210, 10, 0.4), inset -3px -3px 8px rgba(0,0,0,0.5), inset 3px 3px 8px rgba(255,255,255,0.8) !important;
            color: #000 !important;
        }

        @keyframes spinBall {
            0% { transform: scale(0.3) rotate(-360deg); opacity: 0; }
            100% { transform: scale(1) rotate(0deg); opacity: 1; }
        }

        /* Progress bars */
        .rtp-progress-bar {
            background: rgba(255,255,255,0.06) !important;
            border-radius: 10px !important;
            height: 12px !important;
            border: 1px solid rgba(212, 160, 23, 0.2) !important;
            overflow: hidden;
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.5) !important;
        }

        .rtp-progress-fill {
            background: linear-gradient(90deg, var(--neon-purple), var(--neon-yellow)) !important;
            box-shadow: 0 0 10px rgba(212, 160, 23, 0.6) !important;
            height: 100% !important;
            border-radius: 10px !important;
            transition: width 1.2s cubic-bezier(0.1, 0.8, 0.2, 1) !important;
        }

        /* SEO Article panels styling */
        .seo-article {
            background: rgba(14, 8, 25, 0.5) !important;
            border: 1px solid rgba(212, 160, 23, 0.15) !important;
            border-radius: 1.25rem !important;
            padding: 2.25rem 2rem !important;
            margin-bottom: 2rem !important;
            box-shadow: var(--box-shadow-premium) !important;
            line-height: 1.8 !important;
            font-size: 1.05rem !important;
            color: #d1cbdc !important;
        }

        .seo-article h1, .seo-article h2, .seo-article h3 {
            color: #fff !important;
            font-family: 'Outfit', sans-serif !important;
            letter-spacing: 0.5px;
            text-shadow: var(--text-glow-yellow);
        }

        .seo-article strong {
            color: var(--neon-yellow) !important;
            font-weight: 600;
        }

        /* Interactive table */
        .seo-table {
            width: 100% !important;
            border-collapse: separate !important;
            border-spacing: 0 !important;
            border: 1px solid rgba(212, 160, 23, 0.25) !important;
            border-radius: 0.75rem !important;
            overflow: hidden !important;
            margin: 1.5rem 0 !important;
        }

        .seo-table th {
            background: rgba(212, 160, 23, 0.15) !important;
            color: #fff !important;
            font-weight: 700 !important;
            padding: 1rem !important;
            border-bottom: 1px solid rgba(212, 160, 23, 0.25) !important;
            text-align: left !important;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 1px;
        }

        .seo-table td {
            padding: 1rem !important;
            border-bottom: 1px solid rgba(255,255,255,0.03) !important;
            background: rgba(255,255,255,0.01) !important;
            transition: all 0.2s ease !important;
            color: #d2cddf !important;
        }

        .seo-table tr:last-child td {
            border-bottom: none !important;
        }

        .seo-table tr:hover td {
            background: rgba(212, 160, 23, 0.08) !important;
            color: #fff !important;
        }

        /* FAQ details element stylings */
        .faq-item {
            border: 1px solid rgba(212, 160, 23, 0.15) !important;
            border-radius: 0.75rem !important;
            background: rgba(10, 5, 20, 0.4) !important;
            margin-bottom: 0.75rem !important;
            transition: var(--transition-smooth) !important;
            padding: 0 !important;
        }

        .faq-item[open] {
            border-color: rgba(212, 160, 23, 0.45) !important;
            box-shadow: 0 4px 15px rgba(212, 160, 23, 0.15) !important;
        }

        .faq-item summary {
            padding: 1.1rem 1.5rem !important;
            font-weight: 600 !important;
            font-size: 1.05rem !important;
            color: #fff !important;
            cursor: pointer !important;
            transition: color 0.2s ease;
            outline: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .faq-item summary:hover {
            color: var(--neon-yellow) !important;
        }

        .faq-content {
            padding: 0.5rem 1.5rem 1.25rem 1.5rem !important;
            line-height: 1.7 !important;
            font-size: 0.95rem !important;
            color: #b5adc2 !important;
            border-top: 1px solid rgba(212, 160, 23, 0.08);
        }

        /* E-E-A-T trust blocks custom design */
        .eeat-section {
            margin: 2.5rem 0 !important;
        }

        .eeat-block {
            background: rgba(255, 255, 255, 0.02) !important;
            border: 1px solid rgba(255, 255, 255, 0.04) !important;
            border-radius: 1rem !important;
            padding: 1.5rem !important;
            transition: var(--transition-smooth) !important;
            text-align: center;
        }

        .eeat-block:hover {
            background: rgba(212, 160, 23, 0.05) !important;
            border-color: rgba(212, 160, 23, 0.25) !important;
            transform: scale(1.02);
        }

        .eeat-icon {
            font-size: 2rem !important;
            margin-bottom: 0.75rem !important;
            text-shadow: 0 0 10px rgba(212, 160, 23, 0.5) !important;
        }

        .eeat-label {
            font-weight: 700 !important;
            font-size: 1rem !important;
            color: #fff !important;
            letter-spacing: 0.5px;
            margin-bottom: 0.5rem !important;
        }

        .eeat-desc {
            font-size: 0.85rem !important;
            color: #b5adc2 !important;
            line-height: 1.5 !important;
        }

        /* Custom Risk Gauge labels in Kalkulator */
        .risk-gauge {
            display: inline-block;
            padding: 0.25rem 0.75rem;
            border-radius: 0.5rem;
            font-weight: 800;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .risk-low {
            background: rgba(245, 200, 66, 0.15);
            color: var(--neon-green);
            border: 1px solid rgba(245, 200, 66, 0.4);
            box-shadow: 0 0 10px rgba(245, 200, 66, 0.2);
        }

        .risk-medium {
            background: rgba(254, 210, 10, 0.15);
            color: var(--neon-yellow);
            border: 1px solid rgba(254, 210, 10, 0.4);
            box-shadow: 0 0 10px rgba(254, 210, 10, 0.2);
        }

        .risk-high {
            background: rgba(255, 0, 80, 0.15);
            color: #ff3366;
            border: 1px solid rgba(255, 0, 80, 0.4);
            box-shadow: 0 0 10px rgba(255, 0, 80, 0.2);
        }

    

/* === ALFAGAMING Custom Identity Enhancements === */

/* Gold Particle Background */
.gold-particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.gold-particle {
    position: absolute;
    bottom: -10px;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #ffd700 0%, rgba(212,160,23,0) 70%);
    border-radius: 50%;
    opacity: 0.6;
    animation: floatUp 12s infinite linear;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(-500px) translateX(50px) scale(0.5);
        opacity: 0;
    }
}

/* Shimmer Title Animation */
.shimmer-text {
    background: linear-gradient(to right, #ffd700 20%, #fff8e1 40%, #ffd700 60%, #fff8e1 80%, #ffd700 100%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmerEffect 4s linear infinite;
}

@keyframes shimmerEffect {
    to {
        background-position: 200% center;
    }
}

/* Pulse Bottom Border Navbar */
.header {
    border-bottom: 2px solid rgba(212, 160, 23, 0.3) !important;
    animation: navPulse 3s infinite ease-in-out;
}

@keyframes navPulse {
    0%, 100% {
        box-shadow: 0 2px 20px rgba(0,0,0,0.5), 0 1px 0 rgba(212, 160, 23, 0.1);
    }
    50% {
        box-shadow: 0 2px 25px rgba(212, 160, 23, 0.15), 0 1px 0 rgba(212, 160, 23, 0.4);
    }
}

/* Trust Marquee Bar */
.trust-marquee-bar {
    width: 100%;
    background: linear-gradient(90deg, #100e0a, #1a160c);
    border-bottom: 1px solid rgba(212, 160, 23, 0.2);
    color: #fff8e1;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 99;
}

.trust-marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

.trust-item {
    display: inline-block;
    margin-right: 3rem;
}

.trust-item span.gold-icon {
    color: #ffd700;
    margin-right: 0.3rem;
    font-weight: bold;
}

/* Menu Card HOT/POPULER Badge */
.menu-link {
    position: relative;
}

.menu-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ff4500, #ff8c00);
    color: white;
    font-size: 0.65rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    animation: pulseBadge 1.5s infinite alternate;
}

@keyframes pulseBadge {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

/* Floating Chat Button */
.floating-chat-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    background: linear-gradient(135deg, #d4a017, #c8860a);
    color: #000;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(212,160,23,0.4);
    transition: all 0.3s ease;
    animation: floatButton 3s infinite ease-in-out;
}

.floating-chat-btn:hover {
    background: linear-gradient(135deg, #ffd700, #d4a017);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 6px 20px rgba(212,160,23,0.6);
}

@keyframes floatButton {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Custom Tool Radar Styles */
.radar-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
}

.radar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.6rem 0.8rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(212,160,23,0.1);
}

.radar-game-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff;
}

.radar-rtp-container {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 60%;
}

.radar-rtp-bar-bg {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.radar-rtp-bar-fill {
    height: 100%;
    border-radius: 5px;
    width: 0%;
    transition: width 1s ease-in-out;
}

.radar-rtp-bar-fill.hot {
    background: linear-gradient(90deg, #c8860a, #ffd700);
}

.radar-rtp-bar-fill.warm {
    background: linear-gradient(90deg, #a88434, #d4a017);
}

.radar-rtp-bar-fill.cold {
    background: #555555;
}

.radar-status-badge {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
}

.radar-status-badge.hot {
    background: rgba(255, 69, 0, 0.2);
    color: #ff4500;
    border: 1px solid rgba(255, 69, 0, 0.4);
}

.radar-status-badge.warm {
    background: rgba(212, 160, 23, 0.2);
    color: #ffd700;
    border: 1px solid rgba(212, 160, 23, 0.4);
}

.radar-status-badge.cold {
    background: rgba(255, 255, 255, 0.1);
    color: #aaaaaa;
}

/* Guard Timer */
.guard-timer-display {
    font-size: 2.2rem;
    font-family: monospace;
    font-weight: 700;
    color: #ffd700;
    text-align: center;
    margin: 1rem 0;
    text-shadow: 0 0 10px rgba(212,160,23,0.3);
}

.guard-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 1rem;
}

.guard-status-info {
    font-size: 0.9rem;
    text-align: center;
    color: #c0bfba;
    margin-top: 0.5rem;
}
