/* CSS inline asli dipindahkan tanpa mengubah urutan deklarasi. */

/* Blok inline 1 */
.nv00-gnb-v4__l0-menu-text,
  .nv00-gnb-v4__l1-menu-text,
  .nv00-gnb-v4__l1-featured-link,
  .nv00-gnb-v4__l1-featured-title {
    font-size: 14.5px;
    line-height: 1.4;
  }

  /* Biar di HP tetap kebaca, naikin dikit */
  @media (max-width: 768px) {
    .nv00-gnb-v4__l0-menu-text,
    .nv00-gnb-v4__l1-menu-text,
    .nv00-gnb-v4__l1-featured-link,
    .nv00-gnb-v4__l1-featured-title {
      font-size: 13px;
    }
  }

/* Blok inline 2 */
.vip-ticker-wrap{
    border-radius:999px;
    overflow:hidden;
    width:100%;
    overflow:hidden;
    padding:10px 0;

    background:
      linear-gradient(
        180deg,
        #000000 0%,
        #0d0d0d 35%,
        #1a1a1a 70%,
        #8c6b2f 100%
      );

    border-top:2px solid rgba(212,175,55,.40);
    border-bottom:2px solid rgba(212,175,55,.35);

    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      0 0 20px rgba(255,215,0,.18);
}

.vip-ticker-track{
  display:flex;
  width:max-content;
  gap:18px;
  animation:vipTickerMove 28s linear infinite;
}

.vip-ticker-wrap:hover .vip-ticker-track{
  animation-play-state:paused;
}

.vip-ticker-group{
  display:flex;
  align-items:center;
  gap:18px;
  flex-shrink:0;
  padding-right:18px;
}

.vip-logo,
.vip-pill,
.vip-live{
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  flex-shrink:0;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  color:#fff;
}

.vip-logo{
  min-width:78px;
  color:#ffd700;

  background:
    linear-gradient(
      180deg,
      #1a1a1a 0%,
      #0d0d0d 55%,
      #000000 100%
    );

  border:1px solid rgba(212,175,55,.45);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 14px rgba(255,215,0,.22);

  text-shadow:0 0 8px rgba(255,215,0,.35);
}

.vip-pill{
  padding:0 22px;

  background:
    linear-gradient(
      180deg,
      rgba(255,244,176,.14),
      rgba(212,175,55,.06)
    );

  border:1px solid rgba(212,175,55,.30);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 10px rgba(255,215,0,.10);

  text-shadow:0 1px 2px rgba(0,0,0,.55);
}

.vip-live{
  gap:8px;
  padding:0 18px;

  background:
    linear-gradient(
      90deg,
      #fff4b0 0%,
      #ffd700 25%,
      #d4af37 55%,
      #8c6b2f 100%
    );

  color:#111;

  border:1px solid rgba(255,215,0,.55);

  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.35),
    0 0 16px rgba(255,215,0,.35);
}

.vip-live span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff4b0;

  box-shadow:
    0 0 8px #ffd700,
    0 0 14px rgba(255,215,0,.55);

  animation:vipBlink 1s infinite;
}

.vip-live b{
  padding:2px 8px;
  border-radius:999px;
  font-size:11px;
  color:#fff4b0;
  background:rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.08);
}

@keyframes vipTickerMove{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@keyframes vipBlink{
  0%,100%{
    opacity:1;
  }
  50%{
    opacity:.35;
  }
}

@media (max-width:768px){
  .vip-ticker-track{
    animation-duration:20s;
  }

  .vip-ticker-group{
    gap:10px;
  }

  .vip-logo,
  .vip-pill,
  .vip-live{
    height:28px;
    font-size:11px;
  }

  .vip-ticker-group{
    display:flex;
    align-items:center;
    gap:14px;
  }

  .vip-pill{
    margin:0 2px;
  }

  .vip-pill{
    padding:0 14px;
  }
}

/* Blok inline 3 */
.Pohonemas33-card{
    max-width:620px;
    width:100%;
    margin:20px auto;
    position:relative;
    overflow:hidden;
    border-radius:24px;
    padding:28px 24px;

    background:
        radial-gradient(circle at top left, rgba(255,215,0,.12), transparent 38%),
        radial-gradient(circle at bottom right, rgba(140,107,47,.10), transparent 42%),
        linear-gradient(145deg,#000000 0%,#0d0d0d 45%,#1a1a1a 100%);

    border:1px solid rgba(212,175,55,.45);

    box-shadow:
        0 18px 40px rgba(0,0,0,.55),
        0 0 25px rgba(255,215,0,.12),
        inset 0 0 18px rgba(255,215,0,.05);

    color:#fff;
}

/* ornament */
.Pohonemas33-card::before{
    content:"☾";
    position:absolute;
    top:18px;
    right:28px;
    font-size:70px;
    color:rgba(255,215,0,.18);
    text-shadow:0 0 20px rgba(255,215,0,.35);
}

.Pohonemas33-card::after{
    content:"✦ ✧ ✦ ✧ ✦ ✧";
    position:absolute;
    top:25px;
    left:22px;
    width:90%;
    font-size:18px;
    letter-spacing:18px;
    color:rgba(255,215,0,.28);
    animation:starFloat 6s ease-in-out infinite alternate;
}

@keyframes starFloat{
    from{transform:translateY(0);opacity:.45;}
    to{transform:translateY(12px);opacity:.9;}
}

/* ===================================== */

.hero-title{
    position:relative;
    z-index:2;
    text-align:center;
    margin-bottom:20px;
}

.hero-title h1{
    font-size:24px;
    line-height:1.35;
    margin:0;
    color:#ffffff;
    font-weight:800;
}

.hero-title h1 span{
    color:#ffd700;
    text-shadow:0 0 10px rgba(255,215,0,.45);
}

/* ===================================== */

.info-container,
.bonus-wrap{
    position:relative;
    z-index:2;

    background:rgba(10,10,10,.78);

    border:1px solid rgba(212,175,55,.35);

    border-radius:18px;
    overflow:hidden;

    backdrop-filter:blur(8px);

    box-shadow:inset 0 0 12px rgba(255,215,0,.04);
}

.info-head{
    padding:12px 16px;

    background:
        linear-gradient(135deg,#000,#1a1a1a,#000);

    border-bottom:1px solid rgba(212,175,55,.25);
}

.info-head h2{
    margin:0;
    font-size:15px;
    text-align:center;
    color:#ffd700;
    letter-spacing:.8px;
}

/* ===================================== */

.info-row{
    padding:12px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border-bottom:1px solid rgba(212,175,55,.12);
}

.info-row:last-child{
    border-bottom:none;
}

.info-label{
    display:flex;
    align-items:center;
    gap:9px;
}

.info-dot,
.gold-icon{
    width:7px;
    height:7px;

    background:
        linear-gradient(to bottom,
        #fff4b0 0%,
        #ffd700 35%,
        #d4af37 60%,
        #8c6b2f 100%);

    border-radius:50%;

    box-shadow:0 0 10px rgba(255,215,0,.55);
}

.info-text{
    font-size:14px;
    font-weight:600;
    color:#f3f3f3;
}

.info-number{
    font-size:13px;
    font-weight:800;
    color:#111;

    background:
        linear-gradient(to bottom,
        #fff4b0 0%,
        #ffd700 25%,
        #d4af37 50%,
        #8c6b2f 75%,
        #d4af37 100%);

    padding:5px 12px;
    border-radius:30px;
    white-space:nowrap;

    border:1px solid rgba(255,215,0,.45);

    box-shadow:
        inset 0 1px 2px rgba(255,255,255,.45),
        0 0 10px rgba(255,215,0,.12);
}

/* ===================================== */

.bonus-wrap{
    margin:20px 0 22px;
    padding:18px 16px;
    text-align:center;
}

.bonus-head{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    margin-bottom:14px;
}

.bonus-head h3{
    margin:0;
    font-size:15px;
    color:#ffd700;
}

.bonus-list{
    display:grid;
    gap:10px;
}

.bonus-item{
    padding:11px 14px;
    border-radius:14px;

    background:
        linear-gradient(135deg,#111111,#1a1a1a,#111111);

    border-left:3px solid #ffd700;

    text-align:left;
}

.bonus-item p{
    margin:0;
    font-size:14px;
    font-weight:650;
    color:#ffffff;
}

.highlight-gold{
    color:#ffd700;
}

/* ===================================== */

.cta-buttons-gold{
    position:relative;
    z-index:2;

    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
}

.btn-gold{
    display:inline-block;
    min-width:125px;
    padding:12px 28px;
    border-radius:40px;
    font-size:14px;
    font-weight:800;
    text-align:center;
    text-decoration:none;
    transition:.25s ease;
}

/* LOGIN */

.btn-login-gold{
    color:#ffd700;

    border:1px solid rgba(212,175,55,.55);

    background:
        linear-gradient(135deg,#000000,#1a1a1a,#000000);
}

/* REGISTER */

.btn-register-gold{
    color:#111;

    border:1px solid rgba(255,215,0,.6);

    background:
        linear-gradient(
            to bottom,
            #fff4b0 0%,
            #ffd700 25%,
            #d4af37 50%,
            #8c6b2f 75%,
            #d4af37 100%
        );
}

.btn-gold:hover{
    transform:translateY(-2px);

    box-shadow:0 8px 18px rgba(255,215,0,.28);
}

/* ===================================== */

@media (max-width:480px){

    .Pohonemas33-card{
        padding:24px 16px;
        border-radius:20px;
    }

    .hero-title h1{
        font-size:20px;
    }

    .info-row{
        align-items:flex-start;
        flex-direction:column;
    }

    .info-number{
        align-self:flex-start;
    }

}

/* Blok inline 4 */
:root{
          --lx-bg: #ffd900;
          --lx-card: #ffd900;
          --lx-text: #0f172a;
          --lx-muted:#6b7280;
          --lx-border:#ffd000;
          --lx-accent:#000000;    /* gold */
          --lx-accent-2:#111827;  /* deep slate */
          --lx-radius:16px;
          --lx-shadow:0 6px 24px rgba(2,6,23,.06);
      }

      .lx-wrap{
          background: var(--lx-bg);
          color: var(--lx-text);
          font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
      }
      .lx-container{
          max-width:1425px;
          margin:0 auto;
          padding: 0px 16px 0px;
      }

      /* Section shell */
      .lx-section{
          background: var(--lx-card);
          border:1px solid var(--lx-border);
          border-radius:var(--lx-radius);
          box-shadow:var(--lx-shadow);
          padding:24px;
          margin-bottom:18px;
      }
      .lx-head{
          display:flex; align-items:center; gap:12px; margin:0 0 12px 0;
          font-size:22px; line-height:1.25; letter-spacing:.2px;
      }
      .lx-head svg{ width:22px; height:22px; flex:0 0 auto; }
      .lx-body{ color: var(--lx-muted); font-size:15.5px; line-height:1.7; }
      .lx-body a{ color: #ff0000; text-underline-offset:3px; }

      /* Pills */
      .lx-stats{
          display:flex; flex-wrap:wrap; gap:10px; margin-top:14px;
      }
      .lx-pill{
          display:inline-flex; align-items:center; gap:8px;
          border:1px dashed var(--lx-border);
          padding:8px 12px; border-radius:999px; font-size:13.5px;
          color: var(--lx-text);
          background: linear-gradient(180deg, rgba(212,175,55,.08), rgba(212,175,55,0));
      }
      .lx-pill svg{ width:16px; height:16px; }

      /* Features grid */
      .lx-grid{ display:grid; gap:12px; grid-template-columns:repeat(4, minmax(0,1fr)); }
      @media (max-width:980px){ .lx-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); } }
      @media (max-width:520px){ .lx-grid{ grid-template-columns:1fr; } }

      .lx-feature{
          padding:18px; border:1px solid var(--lx-border);
          border-radius:14px; background: var(--lx-card);
      }
      .lx-feature h3{
          margin:0 0 6px 0; font-size:16.5px; display:flex; align-items:center; gap:8px;
          color: var(--lx-text);
      }
      .lx-feature p{ margin:0; color: var(--lx-muted); font-size:14.5px; line-height:1.65; }
      .lx-icon{ width:18px; height:18px; color: var(--lx-accent-2); }

      /* Guide steps */
      .lx-steps{
          counter-reset: step;
          display:flex; flex-direction:column; gap:12px;
          margin:10px 0 0 0; padding:0; list-style:none;
      }
      .lx-step{
          display:flex; gap:12px; align-items:flex-start;
          border:1px solid var(--lx-border); border-radius:12px; padding:14px 16px;
          background: var(--lx-card);
      }
      .lx-step::before{
          counter-increment: step;
          content: counter(step);
          flex:0 0 32px; height:32px; display:inline-flex; align-items:center; justify-content:center;
          border-radius:8px; font-weight:700;
          color:#111; background: linear-gradient(180deg, #ffd900, rgba(212,175,55,.75));
          border:1px solid rgba(17,24,39,.12);
      }

      /* CTA */
      .lx-cta{ display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
      .lx-btn{
          display:inline-block; padding:10px 16px; border-radius:10px; text-decoration:none; font-weight:600; line-height:1;
          border:1px solid var(--lx-border);
      }
      .lx-btn--primary{ background: var(--lx-accent-2); color:#f8ff26; border-color: var(--lx-accent-2); }
      .lx-btn--outline{ background: transparent; color: var(--lx-text); }

      .lx-section + .lx-section{ margin-top:14px; }

/* Blok inline 5 */
h1 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4;
}

h1 span {
    color: #ffd700;
    text-shadow: 0 0 12px rgba(255,215,0,.35);
}

h2 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin: 30px 0 20px 0;
    position: relative;
    padding-left: 15px;
}

h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: linear-gradient(to bottom,#fff4b0 0%,#ffd700 30%,#d4af37 60%,#8c6b2f 100%);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255,215,0,.35);
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffd700;
    margin: 20px 0 10px 0;
}

/* Paragraphs */
p {
    color: #f3f3f3;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: justify;
}

/* Links */
a {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

a:hover {
    color: #fff4b0;
}

/* Article highlight */
.highlight-box {
    background:
        radial-gradient(circle at top left, rgba(255,215,0,.08), transparent 42%),
        linear-gradient(145deg,#000000 0%,#0d0d0d 50%,#1a1a1a 100%);
    border: 1px solid rgba(212,175,55,.35);
    border-radius: 16px;
    padding: 25px;
    margin: 30px 0;
    box-shadow:
        0 5px 15px rgba(0,0,0,.35),
        inset 0 0 18px rgba(255,215,0,.04);
}

/* Info Cards */
.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.info-card {
    background: linear-gradient(145deg,#111111,#1a1a1a);
    border: 1px solid rgba(212,175,55,.35);
    border-radius: 16px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: inset 0 0 12px rgba(255,215,0,.04);
}

.info-card .label {
    font-size: 14px;
    color: #d4af37;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card .value {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 8px;
}

/* FAQ Accordion */
.faq-container {
    margin: 30px 0;
}

.faq-item {
    margin-bottom: 12px;
    border: 1px solid rgba(212,175,55,.35);
    border-radius: 16px;
    overflow: hidden;
    background: #0d0d0d;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    background: linear-gradient(135deg,#000000,#1a1a1a,#000000);
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.faq-question:hover {
    background: linear-gradient(135deg,#111111,#2a2208,#111111);
}

.faq-question .icon {
    color: #ffd700;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 0 0 8px rgba(255,215,0,.35);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #0d0d0d;
}

.faq-answer p {
    margin: 15px 0;
    color: #f3f3f3;
}

.faq-answer.open {
    max-height: 200px;
    padding: 0 20px;
}

/* Reviews Slider */
.reviews-section {
    margin: 40px 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.review-card {
    background:
        radial-gradient(circle at top left, rgba(255,215,0,.07), transparent 42%),
        linear-gradient(145deg,#000000,#111111 55%,#1a1a1a);
    border: 1px solid rgba(212,175,55,.35);
    border-radius: 20px;
    padding: 20px;
    box-shadow:
        0 5px 15px rgba(0,0,0,.25),
        inset 0 0 14px rgba(255,215,0,.04);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.review-name {
    font-weight: 700;
    color: #fff4b0;
}

.review-stars {
    color: #ffd700;
    letter-spacing: 2px;
    text-shadow: 0 0 8px rgba(255,215,0,.35);
}

.review-text {
    color: #f3f3f3;
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0;
    font-style: italic;
}

.review-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    padding: 5px 12px;
    margin-top: 8px;

    color: #fff4b0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .3px;

    border-radius: 999px;
    border: 1px solid rgba(212,175,55,.75);

    background:
        linear-gradient(180deg,rgba(255,215,0,.18),rgba(140,107,47,.12)),
        linear-gradient(135deg,#101010,#1b1200);

    box-shadow:
        0 0 10px rgba(255,215,0,.35),
        inset 0 1px 0 rgba(255,255,255,.18);

    text-transform: uppercase;
}

.review-date::before {
    content: "👑 VIP";
    color: #ffd700;
    font-weight: 900;
}

.review-date::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffd700;
    box-shadow: 0 0 8px #ffd700;
}

/* CTA Buttons */
.cta-section {
    text-align: center;
    margin: 40px 0 20px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid;
    min-width: 150px;
}

.btn-login {
    background: linear-gradient(135deg,#000000,#1a1a1a,#000000);
    color: #ffd700;
    border-color: rgba(212,175,55,.55);
}

.btn-login:hover {
    background: linear-gradient(135deg,#111111,#2a2208,#111111);
    border-color: #ffd700;
    box-shadow: 0 0 18px rgba(255,215,0,.22);
}

.btn-register {
    background: linear-gradient(to bottom,#fff4b0 0%,#ffd700 25%,#d4af37 50%,#8c6b2f 75%,#d4af37 100%);
    color: #111111;
    border-color: #ffd700;
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,.4),
        0 0 15px rgba(255,215,0,.18);
}

.btn-register:hover {
    background: linear-gradient(to bottom,#fff8c7 0%,#ffe55c 25%,#d4af37 55%,#8c6b2f 100%);
    box-shadow: 0 0 22px rgba(255,215,0,.32);
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        padding: 25px;
    }

    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 24px;
    }
}

.feature-moving-bar {
    width: 100%;
    margin: 24px 0 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);

    background: linear-gradient(120deg,#000000 0%,#8c6b2f 30%,#ffd700 50%,#d4af37 70%,#000000 100%);
    background-size: 260% 260%;
    animation: barGradientMove 7s linear infinite;

    border: 1px solid rgba(212,175,55,.65);

    box-shadow:
        0 0 16px rgba(255,215,0,.28),
        inset 0 1px 0 rgba(255,255,255,.12);
}

.feature-moving-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,transparent 0%,rgba(255,244,176,.35) 45%,transparent 70%);
    transform: translateX(-120%);
    animation: barShineMove 4s ease-in-out infinite;
    pointer-events: none;
}

.feature-moving-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%,rgba(255,215,0,.18),transparent 35%);
    pointer-events: none;
}

.feature-item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    color: #ffffff;
    border-right: 1px solid rgba(255,244,176,.35);
}

.feature-item:last-child {
    border-right: none;
}

.feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

    background: linear-gradient(145deg,#000000,#1a1a1a,#8c6b2f);

    border: 1px solid rgba(212,175,55,.5);

    box-shadow:
        0 0 12px rgba(255,215,0,.35),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.feature-title {
    font-size: 14px;
    font-weight: 900;
    color: #ffd700;
    text-shadow: 0 1px 0 rgba(0,0,0,.65), 0 0 8px rgba(255,215,0,.25);
}

.feature-desc {
    font-size: 11px;
    color: #f3f3f3;
    margin-top: 3px;
    line-height: 1.35;
}

@keyframes barGradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes barShineMove {
    0% { transform: translateX(-120%); }
    45% { transform: translateX(120%); }
    100% { transform: translateX(120%); }
}

@media(max-width:700px) {
    .feature-moving-bar {
        grid-template-columns: 1fr;
    }

    .feature-item {
        border-right: none;
        border-bottom: 1px solid rgba(212,175,55,.3);
    }

    .feature-item:last-child {
        border-bottom: none;
    }
}

/* Blok inline 6 */
/* === RTP CALENDAR BAR Pohonemas33 === */
.rtp-calendar-Pohonemas33{
  width:100%;
  max-width:820px;
  margin:24px auto 22px;
  padding:8px 12px;

  background:
    radial-gradient(circle at top left,rgba(255,215,0,.08),transparent 38%),
    linear-gradient(135deg,#000000,#0d0d0d,#1a1a1a);

  border:1px solid rgba(212,175,55,.45);

  border-radius:10px;

  box-shadow:
    0 0 18px rgba(255,215,0,.18),
    inset 0 0 16px rgba(255,215,0,.05);

  font-family:Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}

.rtp-calendar-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:7px;
  font-size:12px;
  letter-spacing:.4px;
}

.rtp-calendar-title{
  font-weight:800;
  color:#ffd700;
  text-shadow:0 0 8px rgba(255,215,0,.45);
  white-space:nowrap;
}

.rtp-calendar-time{
  color:#fff4b0;
  font-weight:700;
  white-space:nowrap;
}

.rtp-calendar-list{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:7px;
}

.rtp-day-card{
  position:relative;
  min-height:48px;
  padding:7px 6px;
  border-radius:9px;

  background:
    linear-gradient(180deg,#1a1a1a,#0d0d0d,#000000);

  border:1px solid rgba(212,175,55,.35);

  box-shadow:
    inset 0 0 10px rgba(255,215,0,.05);

  text-align:center;
  overflow:hidden;
}

.rtp-day-card::before{
  content:"";
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      120deg,
      transparent,
      rgba(255,244,176,.18),
      transparent
    );

  transform:translateX(-100%);
  animation:rtpShine 4s infinite;
}

.rtp-day-card.active{
  border-color:#ffd700;

  box-shadow:
    0 0 14px rgba(255,215,0,.28),
    inset 0 0 12px rgba(255,215,0,.10);
}

.rtp-day-name{
  font-size:11px;
  color:#ffd700;
  font-weight:800;
  text-transform:uppercase;
  position:relative;
  z-index:1;
}

.rtp-day-date{
  font-size:10px;
  color:#f3f3f3;
  opacity:.85;
  margin-top:2px;
  position:relative;
  z-index:1;
}

.rtp-percent{
  font-size:14px;
  font-weight:900;
  color:#fff4b0;
  margin-top:3px;

  text-shadow:
    0 0 8px rgba(255,215,0,.45);

  position:relative;
  z-index:1;
}

.rtp-status{
  display:inline-block;
  font-size:9px;
  font-weight:800;
  color:#111;

  background:
    linear-gradient(
      to right,
      #fff4b0 0%,
      #ffd700 30%,
      #d4af37 60%,
      #8c6b2f 100%
    );

  border:1px solid rgba(255,215,0,.45);

  border-radius:20px;

  padding:2px 7px;
  margin-top:3px;

  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.35);

  position:relative;
  z-index:1;
}

@keyframes rtpShine{
  0%{
    transform:translateX(-100%);
  }
  45%{
    transform:translateX(100%);
  }
  100%{
    transform:translateX(100%);
  }
}

/* Responsive HP */
@media (max-width:768px){

  .rtp-calendar-Pohonemas33{
    padding:7px;
    border-radius:8px;
  }

  .rtp-calendar-head{
    font-size:10px;
    flex-direction:column;
    gap:3px;
  }

  .rtp-calendar-list{
    grid-template-columns:repeat(2,1fr);
  }

  .rtp-day-card{
    min-height:45px;
  }

}

/* Blok inline 7 */
.slot-bar-live{
  max-width:760px;
  margin:30px auto;
  padding:22px;
  background:
    radial-gradient(circle at top left,rgba(255,215,0,.10),transparent 42%),
    linear-gradient(135deg,#000000,#0d0d0d 55%,#1a1a1a);
  border:1px solid rgba(212,175,55,.35);
  border-radius:18px;
  color:#fff;
  box-shadow:
    0 0 25px rgba(255,215,0,.22),
    inset 0 0 18px rgba(255,215,0,.04);
  position:relative;
  font-family:sans-serif;
}

.bar-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.bar-head h2{
  color:#ffd700;
  font-size:20px;
  margin:0;
  text-shadow:0 0 10px rgba(255,215,0,.35);
}

.bar-head span{
  font-size:12px;
  font-weight:700;
  padding:5px 12px;
  border-radius:20px;
  color:#111;
  background:linear-gradient(to bottom,#fff4b0 0%,#ffd700 25%,#d4af37 50%,#8c6b2f 75%,#d4af37 100%);
  border:1px solid rgba(255,215,0,.55);
  box-shadow:
    0 0 12px rgba(255,215,0,.45),
    inset 0 1px 2px rgba(255,255,255,.4);
  animation:pulseLive 1.5s infinite;
}

@keyframes pulseLive{
  0%,100%{transform:scale(1);opacity:1;}
  50%{transform:scale(1.06);opacity:.75;}
}

.bar-chart{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.bar-item{
  display:flex;
  align-items:center;
  gap:12px;
}

.bar-name{
  width:140px;
  text-align:right;
  font-weight:600;
  color:#fff;
}

.bar-value{
  width:60px;
  text-align:left;
  font-weight:bold;
  color:#ffd700;
  text-shadow:0 0 8px rgba(255,215,0,.3);
}

.bar-info{
  width:160px;
  text-align:left;
  font-size:12px;
  color:#d4af37;
}

.bar-fill{
  flex:1;
  height:24px;
  border-radius:12px;
  background:#111111;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.18);
  box-shadow:
    inset 0 0 8px rgba(0,0,0,.75),
    0 0 8px rgba(255,215,0,.06);
}

.bar-fill-inner{
  height:100%;
  width:0%;
  border-radius:12px;
  background:linear-gradient(90deg,#8c6b2f 0%,#d4af37 35%,#ffd700 65%,#fff4b0 100%);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.35),
    0 0 12px rgba(255,215,0,.3);
  transition:width .8s ease;
}

.bar-name{
  width:170px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  font-weight:700;
  color:#fff;
}

.game-icon{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(212,175,55,.5);
  border-radius:6px;
  background:linear-gradient(145deg,#000000,#1a1a1a);
  box-shadow:
    0 0 6px rgba(255,215,0,.3),
    inset 0 0 4px rgba(255,215,0,.15);
  color:#ffd700;
  font-size:12px;
  flex-shrink:0;
}

/* Blok inline 8 */
.pohonemas33-section,
.pohonemas33-section * {
  box-sizing: border-box;
}

.pohonemas33-section {
  --faq-blue: #ffd700;
  --faq-blue-light: #fff4b0;
  --faq-yellow: #d4af37;
  --faq-dark: #050505;
  --faq-card: #0d0d0d;
  --faq-text: #ffffff;
  --faq-muted: #d7d7d7;

  position: relative;

  /*
   * Mengikuti lebar parent/container utama agar sisi kiri dan kanan
   * sejajar dengan blok artikel serta kartu testimoni.
   */
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 18px 0;
  padding: 20px 16px;
  transform: none;
  overflow: hidden;

  color: var(--faq-text);
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 12px;

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 215, 0, 0.11),
      transparent 22%
    ),
    linear-gradient(145deg, #000000, #0d0d0d 72%);

  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.48),
    0 0 14px rgba(255, 215, 0, 0.14),
    inset 0 0 18px rgba(255, 215, 0, 0.03);

  font-family: Arial, Helvetica, sans-serif;
}

.pohonemas33-section::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -45px;
  width: 130px;
  height: 130px;
  border: 16px solid rgba(255, 215, 0, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.pohonemas33-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;

  background: linear-gradient(
    90deg,
    transparent,
    var(--faq-blue),
    var(--faq-yellow),
    transparent
  );

  box-shadow: 0 0 12px rgba(255, 215, 0, 0.55);
}

.pohonemas33-heading {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto 14px;
  text-align: center;
}

.pohonemas33-mini-title {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  padding: 4px 12px;

  color: #111111;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.3px;

  border-radius: 30px;
  background: linear-gradient(90deg, #8c6b2f, #d4af37, #ffd700, #fff4b0);
  border: 1px solid rgba(255, 215, 0, 0.55);
  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.pohonemas33-mini-title::before,
.pohonemas33-mini-title::after {
  content: "✦";
  font-size: 7px;
}

.pohonemas33-heading h2 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow:
    0 0 13px rgba(255, 215, 0, 0.25),
    0 2px 4px rgba(0, 0, 0, 0.7);
}

.pohonemas33-heading h2::after {
  content: "";
  display: block;
  width: 75px;
  height: 3px;
  margin: 7px auto 0;
  border-radius: 10px;

  background: linear-gradient(
    90deg,
    #8c6b2f,
    #ffd700,
    #fff4b0,
    #d4af37
  );

  box-shadow: 0 0 8px rgba(255, 215, 0, 0.28);
}

.pohonemas33-heading p {
  margin: 7px 0 0;
  color: var(--faq-muted);
  font-size: 11px;
  line-height: 1.5;
}

.pohonemas33-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 7px;
}

.pohonemas33-item {
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(212, 175, 55, 0.38);
  border-radius: 8px;

  background:
    linear-gradient(
      100deg,
      rgba(255, 215, 0, 0.06),
      transparent 34%
    ),
    var(--faq-card);

  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.35),
    inset 0 1px rgba(255, 255, 255, 0.03);

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.pohonemas33-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 2px;

  background: linear-gradient(
    90deg,
    transparent,
    var(--faq-blue),
    transparent
  );

  transition: left 0.55s ease;
}

.pohonemas33-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 215, 0, 0.75);

  box-shadow:
    0 6px 15px rgba(0, 0, 0, 0.4),
    0 0 12px rgba(255, 215, 0, 0.12);
}

.pohonemas33-item:hover::before {
  left: 130%;
}

.pohonemas33-item[open] {
  border-color: rgba(255, 215, 0, 0.75);

  box-shadow:
    0 7px 16px rgba(0, 0, 0, 0.42),
    0 0 13px rgba(255, 215, 0, 0.12);
}

.pohonemas33-item summary {
  display: grid;
  grid-template-columns: 38px 1fr 27px;
  align-items: center;

  min-height: 44px;
  padding: 4px 8px 4px 5px;

  cursor: pointer;
  list-style: none;
  user-select: none;
}

.pohonemas33-item summary::-webkit-details-marker {
  display: none;
}

.pohonemas33-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  color: #111111;
  font-size: 10px;
  font-weight: 900;

  border-radius: 7px 3px 7px 3px;

  background: linear-gradient(
    145deg,
    var(--faq-blue-light),
    var(--faq-blue),
    #d4af37
  );

  border: 1px solid rgba(255, 215, 0, 0.5);

  box-shadow:
    0 0 10px rgba(255, 215, 0, 0.28),
    inset 0 1px rgba(255, 255, 255, 0.5);

  transform: skewX(-5deg);
}

.pohonemas33-question {
  padding: 0 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.pohonemas33-icon {
  position: relative;
  display: block;

  width: 23px;
  height: 23px;

  border: 1px solid rgba(255, 215, 0, 0.65);
  border-radius: 50%;

  background: rgba(255, 215, 0, 0.06);

  box-shadow: inset 0 0 6px rgba(255, 215, 0, 0.05);

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.pohonemas33-icon::before,
.pohonemas33-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 9px;
  height: 1.5px;

  border-radius: 5px;
  background: #ffd700;
  transform: translate(-50%, -50%);
}

.pohonemas33-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.pohonemas33-item[open] .pohonemas33-icon {
  background: linear-gradient(145deg, #fff4b0, #ffd700, #d4af37);
  transform: rotate(180deg);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.25);
}

.pohonemas33-item[open] .pohonemas33-icon::before,
.pohonemas33-item[open] .pohonemas33-icon::after {
  background: #111111;
}

.pohonemas33-item[open] .pohonemas33-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pohonemas33-item[open] .pohonemas33-number {
  background: linear-gradient(
    145deg,
    #fff4b0,
    #ffd700,
    #d4af37
  );

  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.5);
}

.pohonemas33-answer {
  position: relative;
  margin: 0 10px 8px 43px;
  padding: 9px 12px;

  color: var(--faq-muted);
  border-left: 2px solid #ffd700;
  border-radius: 3px 7px 7px 3px;

  background: linear-gradient(
    90deg,
    rgba(255, 215, 0, 0.07),
    transparent
  );

  animation: pohonemas33Open 0.3s ease;
}

.pohonemas33-answer p {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
  text-align: justify;
}

.pohonemas33-note {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 9px;

  margin-top: 9px;
  padding: 8px 10px;

  border: 1px dashed rgba(212, 175, 55, 0.65);
  border-radius: 7px;

  background: linear-gradient(
    90deg,
    rgba(255, 215, 0, 0.09),
    rgba(140, 107, 47, 0.04)
  );
}

.pohonemas33-note-icon {
  flex: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  color: #111111;
  font-size: 15px;
  font-weight: 900;

  border-radius: 50%;
  background: linear-gradient(145deg, #fff4b0, #ffd700, #d4af37);
  border: 1px solid rgba(255, 215, 0, 0.5);

  box-shadow:
    0 0 10px rgba(255, 215, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.45);
}

.pohonemas33-note strong {
  display: block;
  margin-bottom: 1px;
  color: #ffd700;
  font-size: 10px;
}

.pohonemas33-note p {
  margin: 0;
  color: var(--faq-muted);
  font-size: 9px;
  line-height: 1.45;
}

@keyframes pohonemas33Open {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .pohonemas33-section {
    width: 100%;
    max-width: 100%;
    margin: 14px 0;
    padding: 16px 10px;
    transform: none;
    border-radius: 10px;
  }

  .pohonemas33-heading {
    margin-bottom: 11px;
  }

  .pohonemas33-heading h2 {
    font-size: 19px;
  }

  .pohonemas33-heading p {
    font-size: 10px;
  }

  .pohonemas33-item summary {
    grid-template-columns: 35px 1fr 25px;
    min-height: 42px;
    padding: 4px 6px 4px 4px;
  }

  .pohonemas33-number {
    width: 30px;
    height: 30px;
    font-size: 9px;
  }

  .pohonemas33-question {
    padding: 0 7px;
    font-size: 11px;
  }

  .pohonemas33-icon {
    width: 22px;
    height: 22px;
  }

  .pohonemas33-answer {
    margin: 0 7px 7px;
    padding: 8px 10px;
  }

  .pohonemas33-answer p {
    font-size: 10px;
  }

  .pohonemas33-note {
    align-items: flex-start;
  }
}

/* Blok inline 9 */
.live-feed-box{
  position:fixed;left:18px;bottom:18px;z-index:999999;
  width:270px;padding:14px;border-radius:14px;
  background:
    radial-gradient(circle at top left,rgba(255,215,0,.12),transparent 40%),
    linear-gradient(145deg,#000000,#0d0d0d 55%,#1a1a1a);
  border:1px solid rgba(212,175,55,.50);
  box-shadow:
    0 0 20px rgba(0,0,0,.55),
    0 0 16px rgba(255,215,0,.16),
    inset 0 0 12px rgba(255,215,0,.04);
  color:#fff;font-family:Arial,sans-serif;
}

.live-feed-item{display:flex;gap:8px;align-items:flex-start}

.live-feed-dot{
  width:10px;height:10px;margin-top:4px;border-radius:50%;
  background:#ffd700;
  box-shadow:
    0 0 8px #ffd700,
    0 0 14px rgba(255,215,0,.55);
  animation:pulse 1s infinite;
}

.live-feed-text b{
  display:block;
  font-size:12px;
  line-height:1.4;
  color:#ffffff;
}

.live-feed-text small{
  color:#d4af37;
  font-size:10px;
}

.notif-anim{animation:fadeNotif .45s ease}

@keyframes pulse{
  0%,100%{opacity:1}
  50%{opacity:.35}
}

@keyframes fadeNotif{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:600px){
  .live-feed-box{width:220px;left:10px;bottom:10px}
}

/* Blok inline 10 */
.SLOT {
      margin: 0;
      padding: 0;
      font-family: 'Playfair Display', 'Segoe UI', serif;
      background-color: transparent;
      color: #f8ff26;
      overflow: hidden;
    }

    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-container {
      position: relative;
      width: 90%;
      max-width: 420px;
      background: linear-gradient(145deg, rgba(10, 10, 10, 0.9), rgba(26, 21, 16, 0.85));
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
      animation: rotateScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), goldPulse 3.5s infinite ease-in-out;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(212, 175, 55, 0.2);
      padding-bottom: 20px;
      border: 1px solid rgba(212, 175, 55, 0.15);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    /* 💛 Emas berdenyut yang mewah */
    @keyframes goldPulse {
      0%, 100% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 175, 55, 0.3), 0 0 0 1px rgba(212, 175, 55, 0.2);
      }
      50% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(212, 175, 55, 0.5), 0 0 0 1px rgba(212, 175, 55, 0.3);
      }
    }

    /* ✨ Shiny diagonal emas yang elegan */
    .popup-container::before {
      content: "";
      position: absolute;
      top: -100%;
      left: -100%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 215, 0, 0.15) 50%,
        rgba(255, 255, 255, 0) 55%
      );
      animation: shineDiagonal 5s linear infinite;
      z-index: 2;
      pointer-events: none;
    }

    @keyframes shineDiagonal {
      0% {
        transform: translate(-100%, -100%) rotate(30deg);
      }
      100% {
        transform: translate(100%, 100%) rotate(30deg);
      }
    }

    .popup-image {
      width: 100%;
      display: block;
      border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    }

    .clk-btn-sgp {
    width: 97%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 20px;
    position: relative;
    overflow: hidden;
    
}

/* Gold Accent Line */
.clk-btn-sgp::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        #000000, 
        #ffd700, 
        #000000, 
        transparent);
    opacity: 0.4;
    filter: blur(1px);
}

.clk-btn-sgp a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 12px;
    margin: 0;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid transparent;
    box-shadow: 0 8px 0px #000000;
    clip-path: polygon(var(--blade-cut) 0%, 100% 0%, 100% calc(100% - var(--blade-cut)), calc(100% - var(--blade-cut)) 100%, 0% 100%, 0% var(--blade-cut));
    z-index: 1;
}

/* Gold Border Effect */
.clk-btn-sgp a::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(
        45deg,
        #fff4b0,
        #ffd700,
        #d4af37,
        #8c6b2f,
        #fff4b0
    );
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.clk-btn-sgp a:hover::after {
    opacity: 1;
}

.clk-btn-sgp a:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: #ffd700;
}

/* LOGIN BUTTON - Luxury Black Gold */
.login {
    color: #ffd700 !important;
    background: linear-gradient(
        145deg,
        #000000,
        #111111,
        #1a1a1a
    );
    border: 2px solid rgba(212,175,55,.55);
    text-shadow: 0 2px 4px rgba(0,0,0,.65);
    position: relative;
    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.05),
        0 0 12px rgba(255,215,0,.08);
}

.login::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: .7;
    transition: all .3s ease;
    filter: drop-shadow(0 0 4px rgba(255,215,0,.45));
}

.login:hover {
    background: linear-gradient(
        145deg,
        #1a1a1a,
        #2a2208,
        #111111
    );
    box-shadow:
        0 12px 0px #000000,
        0 20px 40px rgba(255,215,0,.18),
        0 0 30px rgba(255,215,0,.22);
    color: #fff4b0 !important;
    border-color: #ffd700;
}

.login:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    filter: drop-shadow(0 0 8px #ffd700);
}

/* REGISTER BUTTON - Luxury Metallic Gold */
.register {
    color: #111111 !important;
    background: linear-gradient(
        to bottom,
        #fff4b0 0%,
        #ffd700 25%,
        #d4af37 55%,
        #8c6b2f 80%,
        #d4af37 100%
    );
    border: 2px solid rgba(212,175,55,.65);
    text-shadow: 0 1px 2px rgba(255,255,255,.35);
    position: relative;
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,.45),
        0 0 16px rgba(255,215,0,.18);
}

.register::before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.register:hover {
    background: linear-gradient(145deg, #ffd700, #000000);
    box-shadow: 
        0 12px 0px #000000,
        0 20px 40px rgba(212, 175, 55, 0.5),
        0 0 35px rgba(255, 215, 0, 0.3);
    color: #000000 !important;
    border-color: #000000;
}

.register:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.2) rotate(360deg);
    filter: drop-shadow(0 0 5px #ffd900);
}

/* Button Text Container */
.clk-btn-sgp a span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.clk-btn-sgp a:hover span {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .clk-btn-sgp {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .clk-btn-sgp a {
        padding: 18px 12px;
    }
    
    .login::before,
    .register::before {
        position: relative;
        left: 0;
        right: 0;
        display: inline-block;
        margin-right: 10px;
        transform: none;
        top: 0;
    }
    
    .login:hover::before,
    .register:hover::before {
        transform: none;
    }
}

/* Subtle Glow Animation */
@keyframes subtleGlow {
    0%, 100% { 
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 0 20px rgba(212, 175, 55, 0.15);
    }
}


    .info-table {
      width: 90%;
      margin: 20px auto;
      border-collapse: collapse;
      color: #eee;
      font-size: 14px;
      position: relative;
      z-index: 3;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .info-table th {
      background: linear-gradient(135deg, #000000, #b8941f);
      padding: 14px 10px;
      font-size: 15px;
      color: #000;
      border: none;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    .info-table td {
      padding: 12px;
      border-bottom: 1px solid rgba(212, 175, 55, 0.1);
      text-align: left;
    }

    .info-table tr:last-child td {
      border-bottom: none;
    }

    .popup-footer {
      font-size: 13px;
      color: #ffffff;
      padding: 20px 10px;
      position: relative;
      z-index: 3;
      line-height: 1.6;
      font-family: 'Playfair Display', serif;
    }

    @keyframes rotateScaleIn {
      0% {
        opacity: 0;
        transform: scale(0.3) rotate(-10deg);
      }
      50% {
        transform: scale(1.05) rotate(2deg);
      }
      100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
      }
    }

    /* Efek partikel emas */
    .gold-particle {
      position: absolute;
      background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, rgba(212, 175, 55, 0.4) 100%);
      border-radius: 50%;
      pointer-events: none;
      z-index: 1;
      animation: floatGold 10s infinite ease-in-out;
      box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    }

    @keyframes floatGold {
      0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
      }
      10% {
        opacity: 0.8;
      }
      90% {
        opacity: 0.8;
      }
      100% {
        transform: translateY(-120px) translateX(40px);
        opacity: 0;
      }
    }

    /* Efek border emas mewah */
    .luxury-border {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(212, 175, 55, 0.2);
      border-radius: 20px;
      pointer-events: none;
      z-index: 4;
      background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0) 0%, 
        rgba(212, 175, 55, 0.1) 50%, 
        rgba(212, 175, 55, 0) 100%);
    }

    /* Tombol Close */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 32px;
      height: 32px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s ease;
      border: 1px solid rgba(212, 175, 55, 0.3);
    }

    .close-btn:hover {
      background: rgba(212, 175, 55, 0.8);
      transform: rotate(90deg);
    }

    .close-btn::before,
    .close-btn::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      background: #f8ff26;
    }

    .close-btn::before {
      transform: rotate(45deg);
    }

    .close-btn::after {
      transform: rotate(-45deg);
    }

    /* Responsif untuk layar kecil */
    @media (max-width: 480px) {
      .popup-container {
        width: 95%;
        max-width: 350px;
      }
      
      .popup-buttons a {
        font-size: 14px;
        padding: 16px 0;
      }
      
      .info-table {
        font-size: 13px;
      }
      
      .popup-footer {
        font-size: 12px;
      }
      
      .close-btn {
        width: 28px;
        height: 28px;
      }
    }

/* Blok inline 11 */
body {
    margin: 0;
    min-height: 100vh;
    background-image: url("https://ik.imagekit.io/wo89btsgz/pohonemas33-bannergameslay.webp?updatedat=1785029720708");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}