 :root {
               --gold-gradient: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #b8860b 100%);
               --dark-bg: #0a0a0a;
               --card-bg: #161616;
               --footer-mobile-bg: rgba(20, 20, 20, 0.95);
          }

          body {
               background-color: var(--dark-bg);
               color: #ffffff;
               font-family: 'Inter', sans-serif;
               overflow-x: hidden;
               margin: 0 auto;
               max-width: 1030px;
               border-left: 1px solid #222;
               border-right: 1px solid #222;
          }

          /* NAVBAR */
          .navbar {
               background: rgba(10, 10, 10, 0.98);
               backdrop-filter: blur(15px);
               border-bottom: 1px solid rgba(255, 215, 0, 0.2);
               padding: 12px 0;
          }

          .navbar-brand img {
               height: 50px;
          }

          .nav-link {
               color: #ccc !important;
               font-weight: 600;
               font-size: 13px;
               text-transform: uppercase;
          }

          .nav-link:hover,
          .nav-link.active {
               color: #ffd700 !important;
          }

          /* HERO SECTION */
          .hero {
               padding: 60px 20px;
          }

          .hero-title {
               font-size: calc(1.8rem + 1.2vw);
               font-weight: 800;
               line-height: 1.2;
          }

          .text-gold-gradient {
               background: var(--gold-gradient);
               -webkit-background-clip: text;
               -webkit-text-fill-color: transparent;
          }

          /* BUTTONS */
          .btn-auth {
               border-radius: 50px;
               padding: 10px 25px;
               font-weight: bold;
               text-transform: uppercase;
               font-size: 13px;
               display: flex;
               align-items: center;
               justify-content: center;
               gap: 8px;
               transition: 0.3s;
          }

          .btn-daftar {
               background: var(--gold-gradient);
               color: #000 !important;
               border: none;
          }

          .btn-login {
               background: transparent;
               color: #fff !important;
               border: 1px solid #fff;
          }

          .hero-btn-group {
               display: flex;
               flex-direction: column;
               gap: 15px;
          }

          /* BANNER CARD */
          .banner-card {
               position: relative;
               overflow: hidden;
               border-radius: 15px;
               border: 1px solid #333;
               transition: 0.4s;
               background: #111;
          }

          .banner-card:hover {
               border-color: #ffd700;
               box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
               transform: translateY(-5px);
          }

          .banner-card img {
               width: 100%;
               height: auto;
               border-radius: 14px;
               transition: 0.5s;
               display: block;
          }

          .banner-card:hover img {
               transform: scale(1.1);
          }

          .banner-overlay {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               padding: 12px;
               background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
               text-align: center;
          }

          .banner-title {
               color: #ffd700;
               font-weight: 800;
               margin: 0;
               font-size: 13px;
               text-transform: uppercase;
          }

          /* SEO CONTENT STYLE - FIXED MOBILE SPACING */
          .seo-content {
               line-height: 1.6;
               color: #b0b0b0;
               text-align: left;
          }

          .seo-content h2,
          .seo-content h3 {
               color: #ffd700;
               font-weight: 700;
               margin-top: 25px;
               margin-bottom: 15px;
               border-left: 4px solid #ffd700;
               padding-left: 15px;
               text-align: left;
          }

          .seo-content p {
               margin-bottom: 15px;
               font-size: 0.95rem;
          }

          .seo-content strong {
               color: #fff;
          }

          /* Desktop Adjustments */
          @media (min-width: 992px) {
               .seo-content {
                    text-align: justify;
                    line-height: 1.8;
               }

               .hero-btn-group {
                    flex-direction: row;
               }
          }

          /* MOBILE BOTTOM MENU */
          .mobile-footer-menu {
               display: none;
               position: fixed;
               bottom: 0;
               left: 0;
               right: 0;
               background: var(--footer-mobile-bg);
               backdrop-filter: blur(10px);
               border-top: 2px solid #ffd700;
               z-index: 9999;
               padding: 10px 0;
               max-width: 1030px;
               margin: 0 auto;
          }

          .mobile-footer-item {
               flex: 1;
               text-align: center;
               color: #fff;
               text-decoration: none;
               font-size: 10px;
               text-transform: uppercase;
               font-weight: bold;
          }

          .mobile-footer-item i {
               display: block;
               font-size: 20px;
               margin-bottom: 4px;
               color: #ffd700;
          }

          @media (max-width: 991px) {
               .hero {
                    text-align: center;
               }

               .hero-btn-group {
                    max-width: 400px;
                    margin: 0 auto;
               }

               .mobile-footer-menu {
                    display: flex;
               }

               body {
                    padding-bottom: 80px;
               }
          }

          .text-muted {
               --bs-text-opacity: 1;
               color: rgb(255 255 255 / 75%) !important;
          }


          
          :root {
               --primary-gold: #ffdf00;
               --gold-gradient: linear-gradient(180deg, #ffdf00 0%, #c5a000 100%);
               --bg-deep: #050505;
               --border-glass: rgba(255, 255, 255, 0.08);
          }

          body {
               background-color: var(--bg-deep);
               color: #fff;
               padding-top: 175px;
          }

          /* --- KUNCI LEBAR 1110PX (SINKRON) --- */
          .container,
          .header-content-limit {
               max-width: 1110px !important;
               margin: 0 auto !important;
               width: 100%;
          }

          #master-header {
               position: fixed;
               top: 0;
               left: 0;
               right: 0;
               z-index: 9999;
               background: var(--bg-deep);
          }

          /* Running Text */
          #news-ticker {
               border-bottom: 1px solid var(--border-glass);
               padding: 5px 0;
          }

          #news-ticker marquee {
               font-size: 11px;
               color: #999;
               display: block;
          }

          /* Header Logo & Auth */
          #top-brand {
               display: flex;
               justify-content: space-between;
               align-items: center;
               padding: 12px 0;
          }

          .logo-brand img {
               max-height: 40px;
               width: auto;
          }

          .auth-btns {
               display: flex;
               gap: 6px;
          }

          .btn-nav {
               font-size: 10px;
               font-weight: 800;
               padding: 8px 12px;
               border-radius: 6px;
               text-transform: uppercase;
               text-decoration: none !important;
          }

          .btn-nav-login {
               color: #fff;
               background: #1a1a1a;
               border: 1px solid var(--border-glass);
          }

          .btn-nav-daftar {
               background: var(--gold-gradient);
               color: #000;
          }

          /* Navbar Row - FIX MOBILE BERANTAKAN */
          #nav-menu-row {
               background: rgba(255, 255, 255, 0.03);
               border-top: 1px solid var(--border-glass);
               border-bottom: 1px solid var(--border-glass);
               padding: 8px 0;
          }

          .nav-grid-wrapper {
               display: grid;
               grid-template-columns: repeat(5, 1fr);
               /* Tetap rapi 5 kolom di mobile */
               gap: 5px;
               width: 100%;
          }

          .nav-item-link {
               text-decoration: none;
               color: #777;
               display: flex;
               flex-direction: column;
               align-items: center;
               transition: 0.3s;
          }

          .nav-item-link i {
               font-size: 15px;
               margin-bottom: 4px;
               color: #fff;
          }

          .nav-item-link span {
               font-size: 7px;
               font-weight: 800;
               text-transform: uppercase;
               white-space: nowrap;
          }

          .nav-item-link.active,
          .nav-item-link:hover {
               color: var(--primary-gold);
          }

          .nav-item-link.active i {
               color: var(--primary-gold);
          }

          /* Mobile Footer Nav */
          #mobile-footer-nav {
               position: fixed;
               bottom: 0;
               left: 0;
               right: 0;
               background: #000;
               display: flex;
               justify-content: space-around;
               padding: 10px 0;
               border-top: 1px solid var(--border-glass);
               z-index: 1000;
          }

          .mobile-nav-item {
               color: #fff;
               text-decoration: none;
               font-size: 10px;
               display: flex;
               flex-direction: column;
               align-items: center;
          }

          .mobile-nav-item i {
               font-size: 18px;
               margin-bottom: 3px;
          }

          /* Banner Card Original */
          .banner-card {
               position: relative;
               border-radius: 12px;
               overflow: hidden;
               border: 1px solid var(--border-glass);
          }

          .banner-card img {
               width: 100%;
               display: block;
          }

          .banner-overlay {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
               padding: 8px;
               text-align: center;
          }

          .banner-title {
               font-size: 11px;
               color: #fff;
               margin: 0;
               font-weight: 800;
          }

          /* RESPONSIVE DESKTOP SINKRON 1110PX */
          @media (min-width: 992px) {
               body {
                    padding-top: 190px;
                    max-width: 1110px;
               }

               .logo-brand img {
                    max-height: 55px;
               }

               .nav-grid-wrapper {
                    display: flex;
                    justify-content: space-between;
                    /* Sejajar kiri-kanan di desktop */
               }

               .nav-item-link span {
                    font-size: 10px;
               }

               .nav-item-link i {
                    font-size: 18px;
               }

               .banner-title {
                    font-size: 14px;
               }

               #mobile-footer-nav {
                    display: none;
               }
          }

          /* Padding pengaman untuk mobile agar tidak menyentuh pinggir layar gadget */
          @media (max-width: 1110px) {

               .container,
               .header-content-limit {
                    padding-left: 12px !important;
                    padding-right: 12px !important;
               }
          }
