
:root {
  --k77-bg: #2a2305;
  --k77-text: #ffffff;
  --k77-text-muted: #cbd5e1;
  --k77-accent: #7dd3fc;
  --k77-grid-gold: rgba(250, 190, 25, 0.09);
}
*, *::before, *::after { box-sizing: border-box; }
html {
  min-height: 100%;
  scroll-behavior: smooth;
  background-color: var(--k77-bg);
  background-image:
    linear-gradient(var(--k77-grid-gold) 1px, transparent 1px),
    linear-gradient(90deg, var(--k77-grid-gold) 1px, transparent 1px);
  background-size: 32px 32px;
  background-attachment: fixed;
}
body {
  margin: 0;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--k77-text-muted);
  background: transparent;
  line-height: 1.5;
}
a { color: var(--k77-accent); }
img { max-width: 100%; height: auto; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 16, 42, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(250, 190, 25, 0.15);
}
.site-header__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 10px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}
.site-header__logo img {
  height: 52px;
  width: auto;
  display: block;
}
.site-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 18px;
}
.site-header__menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.site-header__menu a:hover,
.site-header__menu a.is-active,
.site-header__menu a[aria-current="page"] { color: var(--k77-accent); }
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-header__actions a,
.site-header__actions button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header__actions a:hover,
.site-header__actions button:hover { color: var(--k77-accent); }
.site-header__actions svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.site-main {
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 24px 60px;
}

/* Hero â€” 2 kolom: banner kiri, slot card kanan */
.hero-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: start;
  margin-bottom: 40px;
}
.hero-banner {
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.35),
    0 0 80px -20px rgba(37, 99, 235, 0.55),
    0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(125, 211, 252, 0.2);
  background: #2a2305;
  position: relative;
}
.hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 60px rgba(37, 99, 235, 0.25);
  border-radius: inherit;
}
.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.hero-slot-wrap {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 90px;
}

.site-footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  border-top: 1px solid rgba(59, 130, 246, 0.25);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}
.footer-grid h3 {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--k77-accent);
  margin: 0 0 12px;
}
.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-grid li { margin-bottom: 8px; }
.footer-grid a {
  color: var(--k77-text-muted);
  text-decoration: none;
  font-size: 14px;
}
.footer-grid a:hover { color: var(--k77-accent); }
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(59, 130, 246, 0.15);
  font-size: 12px;
  color: rgba(125, 211, 252, 0.6);
}

@media (max-width: 1024px) {
  .hero-section {
    grid-template-columns: 1fr;
  }
  .hero-slot-wrap {
    justify-content: center;
    position: static;
  }
  .site-header__inner {
    grid-template-columns: auto 1fr;
  }
  .site-header__menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header__logo img { height: 42px; }
  .site-main { padding: 16px 16px 40px; }
}

/* =============================================================
       KONSEP "NEON ARCADE JACKPOT KILAT77" â€” BLUE EDITION
       Perpaduan Biru: navy Â· deep blue Â· electric Â· sky/cyan
       ============================================================= */
    .KILAT77-Slot-card {
        max-width: 420px;
        width: 100%;
        background:
            linear-gradient(145deg, #0a1a3a 0%, #2a2305 55%, #ffb348 100%);
        border-radius: 24px;
        padding: 0;
        position: relative;
        overflow: hidden;
        box-shadow:
            0 0 0 1px rgba(59, 130, 246, 0.25),
            0 0 60px -10px rgba(59, 130, 246, 0.35),
            0 30px 60px -20px rgba(0, 0, 0, 0.9);
    }

    /* neon frame glow â€” full blue gradient */
    .KILAT77-Slot-card::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 24px;
        padding: 2px;
        background: linear-gradient(135deg, #7dd3fc 0%, #fabe19 50%, #2563eb 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        pointer-events: none;
        opacity: 0.6;
    }

    /* watermark 777 raksasa di background */
    .KILAT77-Slot-card::after {
        content: '777';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-8deg);
        font-size: 260px;
        font-weight: 900;
        color: transparent;
        -webkit-text-stroke: 2px rgba(59, 130, 246, 0.08);
                text-stroke: 2px rgba(59, 130, 246, 0.08);
        font-family: 'Arial Black', sans-serif;
        letter-spacing: -10px;
        pointer-events: none;
        z-index: 0;
    }

    /* ticket-stub header */
    .hero-title {
        padding: 24px 26px 20px;
        background: linear-gradient(90deg, rgba(37, 99, 235, 0.18), rgba(6, 182, 212, 0.12));
        border-bottom: 2px dashed rgba(125, 211, 252, 0.15);
        text-align: left;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
    }
    .hero-title::before {
        content: 'â—† EVENT KILAT777';
        display: block;
        font-size: 10px;
        font-weight: 800;
        color: #7dd3fc;
        letter-spacing: 3px;
        margin-bottom: 10px;
        text-shadow: 0 0 10px rgba(125, 211, 252, 0.6);
    }
    .hero-title h1 {
        font-size: 17px;
        font-weight: 800;
        line-height: 1.35;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0.1px;
    }
    .hero-title h1 span {
        background: linear-gradient(90deg, #fabe19, #2563eb);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
    }

    /* INFO â€” horizontal progress bars */
    .info-container {
        padding: 22px 26px 6px;
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
        position: relative;
        z-index: 2;
        overflow: visible;
    }
    .info-head {
        padding: 0;
        background: transparent;
        border: none;
        margin-bottom: 16px;
    }
    .info-head h2 {
        font-size: 10px;
        font-weight: 800;
        color: rgba(125, 211, 252, 0.5);
        letter-spacing: 3px;
        text-align: left;
        text-transform: uppercase;
        margin: 0;
    }
    .info-head h2::before {
        content: 'â–¸ ';
        color: #fabe19;
    }
    .info-list {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .info-row {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 6px;
        border: none;
        background: transparent;
        position: relative;
        padding-bottom: 8px;
    }
    .info-row:last-child { border: none; }
    .info-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }
    .info-dot { display: none; }
    .info-text {
        color: rgba(203, 213, 225, 0.75);
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        position: relative;
        padding-left: 16px;
    }
    .info-text::before {
        content: '';
        position: absolute;
        left: 0; top: 50%;
        width: 8px;
        height: 8px;
        transform: translateY(-50%);
        background: #7dd3fc;
        box-shadow: 0 0 8px #7dd3fc;
        border-radius: 2px;
        animation: dotPulse 2s ease-in-out infinite;
    }
    .info-row:nth-child(2) .info-text::before { background: #fabe19; box-shadow: 0 0 8px #fabe19; animation-delay: 0.3s; }
    .info-row:nth-child(3) .info-text::before { background: #06b6d4; box-shadow: 0 0 8px #06b6d4; animation-delay: 0.6s; }
    .info-row:nth-child(4) .info-text::before { background: #2563eb; box-shadow: 0 0 8px #2563eb; animation-delay: 0.9s; }
    @keyframes dotPulse {
        0%, 100% { opacity: 1; transform: translateY(-50%) scale(1); }
        50%      { opacity: 0.5; transform: translateY(-50%) scale(0.7); }
    }
    .info-number {
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        background: transparent;
        padding: 0;
        border: none;
        border-radius: 0;
        letter-spacing: 0.3px;
    }
    .info-row .bar-track {
        display: block;
        width: 100%;
        height: 4px;
        background: rgba(59, 130, 246, 0.12);
        border-radius: 4px;
        position: relative;
        overflow: hidden;
    }
    .info-row .bar-fill {
        position: absolute;
        left: 0;
        top: 0;
        height: 4px;
        border-radius: 4px;
        background: linear-gradient(90deg, #7dd3fc, #2563eb);
        box-shadow: 0 0 10px rgba(59, 130, 246, 0.55);
    }
    .info-row:nth-child(1) .bar-fill { width: 95%; background: linear-gradient(90deg, #7dd3fc, #fabe19); }
    .info-row:nth-child(2) .bar-fill { width: 88%; background: linear-gradient(90deg, #fabe19, #2563eb); }
    .info-row:nth-child(3) .bar-fill { width: 100%; background: linear-gradient(90deg, #06b6d4, #7dd3fc); }
    .info-row:nth-child(4) .bar-fill { width: 92%; background: linear-gradient(90deg, #2563eb, #1e3a8a); }

    /* BONUS â€” jackpot banner + chips */
    .bonus-wrap {
        margin: 22px 26px 18px;
        padding: 0;
        background: transparent;
        border: none;
        text-align: left;
        position: relative;
        z-index: 2;
    }
    .bonus-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 12px;
    }
    .bonus-head .gold-icon { display: none; }
    .bonus-head h3 {
        margin: 0;
        font-size: 10px;
        color: rgba(125, 211, 252, 0.5);
        font-weight: 800;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    .bonus-head h3::before {
        content: 'â–¸ ';
        color: #06b6d4;
    }
    .bonus-head::after {
        content: '\25CF ACTIVE';
        font-size: 9px;
        font-weight: 800;
        color: #7dd3fc;
        letter-spacing: 1.2px;
        background: rgba(125, 211, 252, 0.12);
        padding: 3px 10px;
        border-radius: 20px;
        border: 1px solid rgba(125, 211, 252, 0.35);
    }
    .bonus-list { display: block; }
    .bonus-item:first-child {
        padding: 20px 18px;
        background: linear-gradient(135deg, #fabe19 0%, #2563eb 100%);
        border: none;
        border-radius: 14px;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow:
            0 10px 25px -8px rgba(37, 99, 235, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    .bonus-item:first-child::before {
        content: '\1F48E';
        position: absolute;
        left: -12px;
        bottom: -20px;
        font-size: 70px;
        opacity: 0.18;
        transform: rotate(-15deg);
    }
    .bonus-item:first-child::after {
        content: 'â™ž TOP REWARD';
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 9px;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.95);
        letter-spacing: 1.2px;
        background: rgba(5, 13, 31, 0.4);
        padding: 3px 8px;
        border-radius: 20px;
    }
    .bonus-item:first-child p {
        font-size: 15px;
        font-weight: 900;
        color: #ffb348;
        margin: 6px 0 0;
        letter-spacing: 0.3px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    }
    .bonus-item:first-child .highlight-gold {
        color: #ffb348;
        font-weight: 900;
    }
    .bonus-item:not(:first-child) {
        display: inline-block;
        padding: 7px 14px;
        background: rgba(59, 130, 246, 0.08);
        border: 1px solid rgba(125, 211, 252, 0.3);
        border-radius: 20px;
        margin: 0 6px 6px 0;
        box-shadow: none;
        text-align: center;
    }
    .bonus-item:not(:first-child) p {
        font-size: 11px;
        font-weight: 700;
        color: rgba(203, 213, 225, 0.9);
        letter-spacing: 0.3px;
        margin: 0;
    }
    .bonus-item:not(:first-child) .highlight-black {
        color: rgba(203, 213, 225, 0.9);
    }

    /* CTA â€” Press Start */
    .cta-gold-section {
        padding: 6px 26px 26px;
        margin-top: 0;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .cta-buttons-gold {
        display: flex;
        gap: 10px;
        justify-content: stretch;
    }
    .btn-gold {
        display: inline-block;
        padding: 14px 18px;
        border-radius: 12px;
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 2px;
        text-decoration: none;
        transition: all 0.25s ease;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
        position: relative;
    }
    .btn-login-gold {
        background: transparent;
        color: #7dd3fc;
        border: 2px solid #fabe19;
        flex: 0 0 38%;
        box-shadow: 0 0 0 rgba(56, 189, 248, 0);
    }
    .btn-login-gold:hover {
        background: rgba(56, 189, 248, 0.1);
        box-shadow: 0 0 20px rgba(56, 189, 248, 0.45);
    }
    .btn-register-gold {
        flex: 1;
        background: linear-gradient(90deg, #2563eb 0%, #fabe19 100%);
        color: #ffffff;
        border: 2px solid transparent;
        box-shadow:
            0 0 20px rgba(37, 99, 235, 0.5),
            0 8px 20px -5px rgba(56, 189, 248, 0.4);
    }
    .btn-register-gold::before {
        content: 'â–¶ ';
        color: #ffffff;
    }
    .btn-register-gold:hover {
        transform: translateY(-2px);
        box-shadow:
            0 0 30px rgba(37, 99, 235, 0.7),
            0 12px 25px -5px rgba(56, 189, 248, 0.6);
    }

    /* Ticket footer (barcode) */
    .KILAT77-Slot-card .ticket-footer {
        padding: 12px 26px;
        background: rgba(5, 13, 31, 0.55);
        border-top: 2px dashed rgba(125, 211, 252, 0.15);
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 9px;
        color: rgba(125, 211, 252, 0.4);
        letter-spacing: 2px;
        font-weight: 700;
        position: relative;
        z-index: 2;
    }
    .ticket-footer .code {
        font-family: 'Courier New', monospace;
        letter-spacing: 1.5px;
    }

    @media (max-width: 480px) {
        .KILAT77-Slot-card { border-radius: 20px; }
        .hero-title { padding: 20px 20px 16px; }
        .hero-title h1 { font-size: 15.5px; }
        .info-container, .cta-gold-section { padding-left: 20px; padding-right: 20px; }
        .bonus-wrap { margin-left: 20px; margin-right: 20px; }
        .btn-gold { font-size: 12px; padding: 13px 14px; }
    }
/* =============================================================
       KONSEP "CYBER BLUEPRINT / DEEP OCEAN TECH"
       Perpaduan Biru: navy Â· deep blue Â· electric Â· sky/cyan
       ============================================================= */

    .container {
        max-width: 100%;
        margin: 0 auto;
        background: linear-gradient(160deg, #0a1a3a 0%, #2a2305 55%, #ffb348 100%);
        border-radius: 28px;
        padding: 50px 40px;
        position: relative;
        overflow: hidden;
        box-shadow:
            0 40px 80px -25px rgba(0, 0, 0, 0.7),
            0 0 0 1px rgba(59, 130, 246, 0.25),
            inset 0 1px 0 rgba(125, 211, 252, 0.12);
    }
    .container::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(59, 130, 246, 0.06) 1px, transparent 1px),
            linear-gradient(90deg, rgba(59, 130, 246, 0.06) 1px, transparent 1px);
        background-size: 32px 32px;
        pointer-events: none;
        z-index: 0;
    }
    .container::after {
        content: '';
        position: absolute;
        top: -80px; right: -80px;
        width: 320px; height: 320px;
        background: radial-gradient(circle, rgba(6, 182, 212, 0.22) 0%, transparent 70%);
        pointer-events: none;
        z-index: 0;
    }
    .container > * { position: relative; z-index: 1; }

    /* Headings */
    .container h1 {
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        color: #ffffff;
        margin: 0 0 14px;
        line-height: 1.35;
        letter-spacing: -0.3px;
    }
    .container h1 .accent {
        background: linear-gradient(90deg, #fabe19 0%, #2563eb 50%, #7dd3fc 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .title-subline {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin: 0 auto 40px;
        color: rgba(125, 211, 252, 0.7);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    .title-subline::before,
    .title-subline::after {
        content: '';
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #fabe19, transparent);
    }

    .header-section {
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.25) 0%, rgba(10, 26, 58, 0.5) 100%);
        border: 1px solid rgba(59, 130, 246, 0.25);
        border-radius: 20px;
        padding: 34px 36px;
        margin: 0 0 40px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .header-section::before {
        content: '';
        position: absolute;
        top: 0; bottom: 0; left: 0;
        width: 4px;
        background: linear-gradient(180deg, #fabe19, #2563eb, #06b6d4);
    }
    .header-section h1,
    .header-section h2 {
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        color: #ffffff;
        margin: 0 0 14px;
        line-height: 1.35;
        letter-spacing: -0.3px;
        text-transform: none;
        padding: 0;
        background: none;
    }
    .header-section h2::before,
    .header-section h2::after {
        content: none;
    }
    .header-section .title-subline {
        margin-bottom: 0;
    }

    .container h2 {
        font-size: 13px;
        font-weight: 800;
        color: #7dd3fc;
        margin: 50px 0 24px;
        padding-left: 0;
        letter-spacing: 4px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        background: none;
    }
    .container h2::before { content: 'â—† '; color: #2563eb; position: static; width: auto; background: none; }
    .container h2::after  { content: ' â—†'; color: #2563eb; }

    /* Info Cards - holographic panels */
    .info-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin: 0 0 50px;
    }
    .info-card {
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.35) 0%, rgba(10, 26, 58, 0.6) 100%);
        border: 1px solid rgba(59, 130, 246, 0.3);
        border-radius: 16px;
        padding: 22px 14px 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .info-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, #fabe19, transparent);
    }
    .info-card:hover {
        transform: translateY(-4px);
        border-color: rgba(125, 211, 252, 0.6);
        box-shadow: 0 12px 30px -8px rgba(59, 130, 246, 0.4);
    }
    .info-card .label {
        font-size: 11px;
        color: rgba(125, 211, 252, 0.7);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
    .info-card .value {
        font-size: 22px;
        font-weight: 900;
        background: linear-gradient(90deg, #fabe19, #7dd3fc);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 8px;
    }

    /* Highlight box - editorial */
    .highlight-box {
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.25) 0%, rgba(10, 26, 58, 0.5) 100%);
        border: 1px solid rgba(59, 130, 246, 0.25);
        border-radius: 20px;
        padding: 34px 36px;
        margin: 0 0 40px;
        position: relative;
        overflow: hidden;
    }
    .highlight-box::before {
        content: '';
        position: absolute;
        top: 0; bottom: 0; left: 0;
        width: 4px;
        background: linear-gradient(180deg, #fabe19, #2563eb, #06b6d4);
    }
    .highlight-box p {
        color: rgba(203, 213, 225, 0.88);
        margin: 0 0 16px;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
    }
    .highlight-box p:last-child { margin-bottom: 0; }
    .highlight-box p:first-of-type::first-letter {
        font-size: 56px;
        font-weight: 900;
        background: linear-gradient(135deg, #fabe19, #2563eb);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        float: left;
        line-height: 0.9;
        margin: 6px 12px 0 0;
        font-family: Georgia, serif;
    }
    .highlight-box a {
        color: #7dd3fc;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px dashed rgba(125, 211, 252, 0.4);
        transition: all 0.2s ease;
    }
    .highlight-box a:hover {
        color: #fabe19;
        border-bottom-color: #fabe19;
    }

    /* Reviews - chat message cards */
    .reviews-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 24px;
    }
    .review-card {
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.3) 0%, rgba(10, 26, 58, 0.55) 100%);
        border: 1px solid rgba(59, 130, 246, 0.22);
        border-radius: 18px;
        padding: 22px 20px 18px;
        position: relative;
        transition: all 0.3s ease;
        overflow: hidden;
        box-shadow: none;
    }
    .review-card::before {
        content: '"';
        position: absolute;
        top: 0; right: 18px;
        font-size: 80px;
        color: rgba(56, 189, 248, 0.15);
        font-family: Georgia, serif;
        line-height: 1;
    }
    .review-card:hover {
        transform: translateY(-4px);
        border-color: rgba(125, 211, 252, 0.5);
        box-shadow: 0 14px 32px -10px rgba(59, 130, 246, 0.4);
    }
    .review-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(59, 130, 246, 0.15);
        justify-content: flex-start;
    }
    .review-header::before {
        content: attr(data-initial);
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: linear-gradient(135deg, #2563eb, #fabe19);
        color: #ffffff;
        font-weight: 800;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    }
    .review-card:nth-child(2) .review-header::before { background: linear-gradient(135deg, #06b6d4, #fabe19); }
    .review-card:nth-child(3) .review-header::before { background: linear-gradient(135deg, #1e3a8a, #3b82f6); }
    .review-card:nth-child(4) .review-header::before { background: linear-gradient(135deg, #2563eb, #7dd3fc); }
    .review-card:nth-child(5) .review-header::before { background: linear-gradient(135deg, #0ea5e9, #06b6d4); }
    .review-card:nth-child(6) .review-header::before { background: linear-gradient(135deg, #1d4ed8, #fabe19); }
    .review-header-info {
        display: flex;
        flex-direction: column;
        gap: 3px;
        flex: 1;
        min-width: 0;
    }
    .review-name {
        font-weight: 800;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.3px;
    }
    .review-stars {
        color: #fabe19;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .review-text {
        color: rgba(203, 213, 225, 0.82);
        font-size: 13.5px;
        line-height: 1.7;
        margin: 0 0 12px;
        font-style: normal;
    }
    .review-date {
        color: rgba(125, 211, 252, 0.55);
        font-size: 11px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
        letter-spacing: 0.3px;
        margin-top: 0;
    }
    .review-date::before {
        content: '\25CF';
        color: #06b6d4;
        font-size: 8px;
        text-shadow: 0 0 6px #06b6d4;
    }

    /* Koleksi Game */
    .game-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        margin: 0 0 50px;
    }
    .game-card {
        display: block;
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.35) 0%, rgba(10, 26, 58, 0.65) 100%);
        border: 1px solid rgba(59, 130, 246, 0.3);
        border-radius: 16px;
        overflow: hidden;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
    }
    .game-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, #fabe19, transparent);
        z-index: 2;
    }
    .game-card:hover {
        transform: translateY(-5px);
        border-color: rgba(125, 211, 252, 0.65);
        box-shadow: 0 14px 32px -10px rgba(59, 130, 246, 0.45);
    }
    .game-card__img-wrap {
        position: relative;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: linear-gradient(145deg, #1e3a8a 0%, #2a2305 100%);
    }
    .game-card__img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.35s ease;
    }
    .game-card:hover .game-card__img-wrap img {
        transform: scale(1.06);
    }
    .game-card__badge {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #2a2305;
        background: linear-gradient(90deg, #fabe19, #7dd3fc);
        padding: 4px 10px;
        border-radius: 20px;
        z-index: 2;
    }
    .game-card__badge--hot {
        background: linear-gradient(90deg, #ef4444, #fabe19);
        color: #ffffff;
    }
    .game-card__info {
        padding: 14px 14px 16px;
    }
    .game-card__name {
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 800;
        color: #ffffff;
        line-height: 1.3;
    }
    .game-card__meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
    }
    .game-card__provider {
        font-size: 10px;
        font-weight: 700;
        color: rgba(125, 211, 252, 0.75);
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    .game-card__rtp {
        font-size: 10px;
        font-weight: 800;
        color: #fabe19;
        background: rgba(250, 190, 25, 0.12);
        padding: 3px 8px;
        border-radius: 20px;
        border: 1px solid rgba(250, 190, 25, 0.35);
    }

    /* Metode Deposit */
    .payment-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
        margin: 0 0 16px;
    }
    .payment-item {
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.35) 0%, rgba(10, 26, 58, 0.6) 100%);
        border: 1px solid rgba(59, 130, 246, 0.28);
        border-radius: 14px;
        padding: 16px 10px;
        text-align: center;
        transition: all 0.25s ease;
    }
    .payment-item:hover {
        border-color: rgba(125, 211, 252, 0.55);
        transform: translateY(-3px);
    }
    .payment-item__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 44px;
        margin: 0 auto;
        padding: 6px 8px;
        background: #ffffff;
        border-radius: 8px;
        box-sizing: border-box;
    }
    .payment-item__icon img,
    .payment-item__icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }
    .payment-note {
        text-align: center;
        color: rgba(125, 211, 252, 0.75);
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 50px;
        letter-spacing: 0.3px;
    }
    .payment-note strong {
        color: #fabe19;
    }

    /* Provider */
    .provider-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin: 0 0 50px;
    }
    .provider-badge {
        font-size: 11px;
        font-weight: 700;
        color: rgba(203, 213, 225, 0.9);
        background: rgba(59, 130, 246, 0.1);
        border: 1px solid rgba(59, 130, 246, 0.25);
        border-radius: 20px;
        padding: 8px 16px;
        letter-spacing: 0.5px;
    }

    /* Cara Daftar */
    .steps-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin: 0 0 50px;
    }
    .step-card {
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.3) 0%, rgba(10, 26, 58, 0.55) 100%);
        border: 1px solid rgba(59, 130, 246, 0.25);
        border-radius: 18px;
        padding: 24px 18px 20px;
        text-align: center;
        position: relative;
        transition: all 0.3s ease;
    }
    .step-card:hover {
        border-color: rgba(125, 211, 252, 0.5);
        transform: translateY(-4px);
        box-shadow: 0 12px 28px -10px rgba(59, 130, 246, 0.4);
    }
    .step-card__num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: linear-gradient(135deg, #2563eb, #fabe19);
        color: #ffffff;
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 14px;
        box-shadow: 0 4px 14px rgba(37, 99, 235, 0.45);
    }
    .step-card__title {
        margin: 0 0 8px;
        font-size: 14px;
        font-weight: 800;
        color: #ffffff;
    }
    .step-card__desc {
        margin: 0;
        font-size: 12.5px;
        line-height: 1.65;
        color: rgba(203, 213, 225, 0.8);
    }

    /* Bocoran RTP */
    .rtp-wrap {
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.25) 0%, rgba(10, 26, 58, 0.5) 100%);
        border: 1px solid rgba(59, 130, 246, 0.25);
        border-radius: 20px;
        overflow: hidden;
        margin: 0 0 50px;
    }
    .rtp-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 13.5px;
    }
    .rtp-table thead th {
        background: rgba(37, 99, 235, 0.25);
        color: #7dd3fc;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        padding: 14px 16px;
        text-align: left;
        border-bottom: 1px solid rgba(59, 130, 246, 0.3);
    }
    .rtp-table tbody tr {
        border-bottom: 1px solid rgba(59, 130, 246, 0.12);
        transition: background 0.2s ease;
    }
    .rtp-table tbody tr:hover {
        background: rgba(37, 99, 235, 0.08);
    }
    .rtp-table tbody tr:last-child { border-bottom: none; }
    .rtp-table td {
        padding: 13px 16px;
        color: rgba(203, 213, 225, 0.9);
        vertical-align: middle;
    }
    .rtp-table td:first-child { font-weight: 700; color: #ffffff; }
    .rtp-bar-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .rtp-bar {
        flex: 1;
        height: 6px;
        background: rgba(59, 130, 246, 0.15);
        border-radius: 6px;
        overflow: hidden;
        min-width: 60px;
    }
    .rtp-bar__fill {
        height: 100%;
        border-radius: 6px;
        background: linear-gradient(90deg, #2563eb, #fabe19);
        box-shadow: 0 0 8px rgba(250, 190, 25, 0.4);
    }
    .rtp-val {
        font-weight: 800;
        color: #fabe19;
        min-width: 44px;
        text-align: right;
    }
    .rtp-status {
        display: inline-block;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        padding: 4px 10px;
        border-radius: 20px;
    }
    .rtp-status--gacor {
        color: #2a2305;
        background: linear-gradient(90deg, #fabe19, #7dd3fc);
    }
    .rtp-status--hot {
        color: #ffffff;
        background: linear-gradient(90deg, #ef4444, #fabe19);
    }
    .rtp-status--normal {
        color: #7dd3fc;
        background: rgba(125, 211, 252, 0.12);
        border: 1px solid rgba(125, 211, 252, 0.3);
    }
    .rtp-updated {
        text-align: center;
        padding: 12px 16px 14px;
        font-size: 11px;
        color: rgba(125, 211, 252, 0.55);
        font-weight: 600;
        letter-spacing: 0.5px;
        border-top: 1px solid rgba(59, 130, 246, 0.15);
    }

    /* WhatsApp Float */
    .k77-wa-float {
        position: fixed;
        bottom: 24px;
        right: 24px;
        z-index: 9999;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #25d366, #128c7e);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 0 0 4px rgba(37, 211, 102, 0.15);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        animation: k77WaPulse 2.5s ease-in-out infinite;
    }
    .k77-wa-float:hover {
        transform: scale(1.08);
        box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6), 0 0 0 6px rgba(37, 211, 102, 0.2);
    }
    .k77-wa-float svg {
        width: 30px;
        height: 30px;
        fill: #ffffff;
    }
    @keyframes k77WaPulse {
        0%, 100% { box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 0 0 4px rgba(37, 211, 102, 0.15); }
        50%      { box-shadow: 0 6px 28px rgba(37, 211, 102, 0.65), 0 0 0 8px rgba(37, 211, 102, 0.08); }
    }

    @media (max-width: 768px) {
        .container { padding: 32px 20px; }
        .container h1 { font-size: 22px; }
        .info-grid { grid-template-columns: repeat(2, 1fr); }
        .game-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .payment-grid { grid-template-columns: repeat(3, 1fr); }
        .steps-grid { grid-template-columns: repeat(2, 1fr); }
        .rtp-table { font-size: 12px; }
        .rtp-table thead th, .rtp-table td { padding: 10px 12px; }
        .rtp-bar-wrap { flex-direction: column; align-items: flex-start; gap: 4px; }
        .rtp-bar { width: 100%; }
        .k77-wa-float { bottom: 18px; right: 18px; width: 50px; height: 50px; }
        .reviews-grid { grid-template-columns: 1fr; }
        .highlight-box { padding: 24px 22px; }
        .header-section { padding: 24px 22px; }
        .highlight-box p { font-size: 14px; }
    }
/* =============================================================
       FAQ SECTION â€” BLUE THEME
       Semua selector di-prefix ".KILAT77-faq" biar aman,
       tidak bleed ke komponen lain di halaman.
       ============================================================= */

    .KILAT77-faq {
        max-width: 1100px;
        width: 100%;
        margin: 40px auto;
        background: linear-gradient(160deg, #0a1a3a 0%, #2a2305 55%, #ffb348 100%);
        border-radius: 28px;
        padding: 50px 40px;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(59, 130, 246, 0.25);
        box-shadow: 0 40px 80px -25px rgba(0, 0, 0, 0.6);
    }

    .KILAT77-faq .faq-header {
        text-align: center;
        margin-bottom: 32px;
    }

    .KILAT77-faq .faq-title {
        font-size: 28px;
        font-weight: 900;
        color: #ffffff;
        margin: 0 0 8px;
        line-height: 1.3;
        letter-spacing: -0.3px;
    }

    .KILAT77-faq .faq-title .accent {
        background: linear-gradient(90deg, #fabe19, #2563eb);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .KILAT77-faq .faq-subtitle {
        color: rgba(125, 211, 252, 0.7);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0;
    }

    .KILAT77-faq .faq-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .KILAT77-faq .faq-item {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(59, 130, 246, 0.22);
        border-radius: 14px;
        overflow: hidden;
        transition: border-color 0.25s ease, background 0.25s ease;
    }

    .KILAT77-faq .faq-item:hover {
        border-color: rgba(125, 211, 252, 0.45);
        background: rgba(255, 255, 255, 0.06);
    }

    .KILAT77-faq .faq-item.is-open {
        border-color: rgba(56, 189, 248, 0.55);
        background: rgba(37, 99, 235, 0.08);
    }

    .KILAT77-faq .faq-question {
        width: 100%;
        text-align: left;
        padding: 18px 22px;
        background: transparent;
        border: none;
        cursor: pointer;
        font-family: inherit;
        font-weight: 700;
        font-size: 15px;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        letter-spacing: 0.2px;
    }

    .KILAT77-faq .faq-question .faq-num {
        color: #fabe19;
        font-weight: 900;
        font-size: 13px;
        margin-right: 10px;
        letter-spacing: 1px;
    }

    .KILAT77-faq .faq-question .faq-icon {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(56, 189, 248, 0.15);
        color: #7dd3fc;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
        flex-shrink: 0;
        transition: transform 0.3s ease, background 0.25s ease;
        line-height: 1;
    }

    .KILAT77-faq .faq-item.is-open .faq-icon {
        transform: rotate(45deg);
        background: linear-gradient(135deg, #fabe19, #2563eb);
        color: #ffffff;
    }

    .KILAT77-faq .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        background: rgba(5, 13, 31, 0.4);
    }

    .KILAT77-faq .faq-item.is-open .faq-answer {
        max-height: 400px;
    }

    .KILAT77-faq .faq-answer-inner {
        padding: 4px 22px 20px;
        border-top: 1px dashed rgba(125, 211, 252, 0.2);
        margin-top: 0;
    }

    .KILAT77-faq .faq-answer-inner p {
        margin: 14px 0 0;
        color: rgba(203, 213, 225, 0.88);
        font-size: 14px;
        line-height: 1.75;
        text-align: justify;
    }

    /* responsive */
    @media (max-width: 768px) {
        .KILAT77-faq { padding: 32px 20px; border-radius: 22px; }
        .KILAT77-faq .faq-title { font-size: 22px; }
        .KILAT77-faq .faq-subtitle { font-size: 11px; letter-spacing: 1.5px; }
        .KILAT77-faq .faq-question { padding: 16px 18px; font-size: 14px; gap: 10px; }
        .KILAT77-faq .faq-answer-inner { padding: 4px 18px 18px; }
        .KILAT77-faq .faq-answer-inner p { font-size: 13.5px; }
    }
/* =============================================================
       POPUP â€” BLUE VERSION
       Konsep baru: "Premium Deep Ocean Invitation"
       Semua selector di-scope di bawah ".popup-overlay"
       biar tidak bleed ke komponen lain di halaman.
       ============================================================= */

    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(5, 13, 31, 0.72);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        animation: popupFadeIn 0.35s ease;
    }

    @keyframes popupFadeIn {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    .popup-overlay .popup-container {
        position: relative;
        width: 90%;
        max-width: 420px;
        background: linear-gradient(160deg, #0a1a3a 0%, #2a2305 55%, #ffb348 100%);
        border-radius: 22px;
        overflow: hidden;
        text-align: center;
        padding-bottom: 22px;
        animation: popupSlideIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow:
            0 30px 70px -15px rgba(0, 0, 0, 0.8),
            0 0 0 1px rgba(59, 130, 246, 0.35),
            0 0 60px -10px rgba(56, 189, 248, 0.25);
    }

    @keyframes popupSlideIn {
        0% {
            opacity: 0;
            transform: translateY(40px) scale(0.92);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    /* animated border glow */
    .popup-overlay .popup-container::before {
        content: '';
        position: absolute;
        inset: -2px;
        border-radius: 24px;
        padding: 2px;
        background: linear-gradient(135deg, #7dd3fc, #fabe19, #2563eb, #1e3a8a, #fabe19);
        background-size: 300% 300%;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        pointer-events: none;
        z-index: 5;
        animation: popupBorderShift 6s ease-in-out infinite;
        opacity: 0.7;
    }

    @keyframes popupBorderShift {
        0%, 100% { background-position: 0% 50%; }
        50%      { background-position: 100% 50%; }
    }

    /* shiny diagonal sweep */
    .popup-overlay .popup-container::after {
        content: "";
        position: absolute;
        top: -120%;
        left: -120%;
        width: 240%;
        height: 240%;
        background: linear-gradient(
            135deg,
            rgba(125, 211, 252, 0) 45%,
            rgba(125, 211, 252, 0.18) 50%,
            rgba(125, 211, 252, 0) 55%
        );
        animation: popupShine 6s linear infinite;
        z-index: 2;
        pointer-events: none;
    }

    @keyframes popupShine {
        0%   { transform: translate(-100%, -100%) rotate(30deg); }
        100% { transform: translate(100%, 100%) rotate(30deg); }
    }

    /* VIP ribbon di pojok kiri atas */
    .popup-overlay .popup-container .SLOT::before {
        content: 'â—† VIP MEMBER KILAT777';
        position: absolute;
        top: 14px;
        left: -32px;
        background: linear-gradient(90deg, #2563eb, #fabe19);
        color: #ffffff;
        font-size: 10px;
        font-weight: 800;
        padding: 5px 40px;
        letter-spacing: 2px;
        transform: rotate(-30deg);
        z-index: 6;
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.5);
    }

    .popup-overlay .popup-image {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(59, 130, 246, 0.3);
        position: relative;
        z-index: 1;
    }

    /* ----- BUTTONS ----- */
    .popup-overlay .clk-btn-sgp {
        width: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        font-family: 'Poppins', 'Segoe UI', sans-serif;
        font-weight: 700;
        padding: 22px 22px 14px;
        position: relative;
        z-index: 3;
    }

    .popup-overlay .clk-btn-sgp::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, transparent, #fabe19, transparent);
        border-radius: 2px;
        filter: blur(0.5px);
        opacity: 0.8;
    }

    .popup-overlay .clk-btn-sgp a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding: 14px 12px;
        margin: 0;
        border-radius: 12px;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        position: relative;
        overflow: hidden;
        border: 2px solid transparent;
        font-size: 14px;
        text-decoration: none;
        z-index: 1;
        clip-path: none;
        box-shadow: none;
    }

    /* LOGIN â€” outline sky */
    .popup-overlay .clk-btn-sgp .login {
        color: #7dd3fc !important;
        background: rgba(56, 189, 248, 0.08);
        border: 2px solid #fabe19;
        text-shadow: none;
    }
    .popup-overlay .clk-btn-sgp .login:hover {
        background: rgba(56, 189, 248, 0.2);
        color: #ffffff !important;
        border-color: #7dd3fc;
        box-shadow: 0 8px 20px -5px rgba(56, 189, 248, 0.45);
        transform: translateY(-2px);
    }
    .popup-overlay .clk-btn-sgp .login::before,
    .popup-overlay .clk-btn-sgp .login:hover::before {
        display: none;
    }

    /* REGISTER â€” gradient biru */
    .popup-overlay .clk-btn-sgp .register {
        color: #ffffff !important;
        background: linear-gradient(135deg, #2563eb 0%, #fabe19 100%);
        border: 2px solid transparent;
        text-shadow: 0 1px 2px rgba(5, 13, 31, 0.3);
        box-shadow: 0 8px 20px -5px rgba(37, 99, 235, 0.55);
    }
    .popup-overlay .clk-btn-sgp .register:hover {
        background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow:
            0 12px 24px -6px rgba(37, 99, 235, 0.7),
            0 0 24px rgba(56, 189, 248, 0.4);
    }
    .popup-overlay .clk-btn-sgp .register::before,
    .popup-overlay .clk-btn-sgp .register:hover::before {
        display: none;
    }

    .popup-overlay .clk-btn-sgp a span {
        display: inline-block;
        transition: transform 0.3s ease;
    }
    .popup-overlay .clk-btn-sgp a:hover span { transform: translateX(3px); }

    /* ----- INFO TABLE (kalau ada) ----- */
    .popup-overlay .info-table {
        width: 90%;
        margin: 18px auto;
        border-collapse: collapse;
        color: #cbd5e1;
        font-size: 13px;
        position: relative;
        z-index: 3;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(5, 13, 31, 0.5);
        border: 1px solid rgba(59, 130, 246, 0.25);
    }
    .popup-overlay .info-table th {
        background: linear-gradient(90deg, #2563eb, #fabe19);
        padding: 12px 10px;
        font-size: 12px;
        color: #ffffff;
        border: none;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .popup-overlay .info-table td {
        padding: 10px 12px;
        border-bottom: 1px solid rgba(59, 130, 246, 0.15);
        text-align: left;
    }
    .popup-overlay .info-table tr:last-child td { border-bottom: none; }

    /* ----- FOOTER ----- */
    .popup-overlay .popup-footer {
        font-size: 12.5px;
        color: rgba(203, 213, 225, 0.75);
        padding: 12px 20px 4px;
        position: relative;
        z-index: 3;
        line-height: 1.65;
        font-family: 'Segoe UI', sans-serif;
        font-weight: 500;
    }
    .popup-overlay .popup-footer span {
        display: inline-block;
        margin-top: 6px;
        font-size: 11.5px;
        color: #7dd3fc !important;
        text-shadow: 0 0 8px rgba(125, 211, 252, 0.4) !important;
        letter-spacing: 0.5px;
    }

    /* ----- BLUE SPARKLE PARTICLES (reuse .gold-particle) ----- */
    .popup-overlay .gold-particle {
        position: absolute;
        background: radial-gradient(circle, rgba(125, 211, 252, 0.9) 0%, rgba(56, 189, 248, 0.4) 60%, transparent 100%);
        border-radius: 50%;
        pointer-events: none;
        z-index: 1;
        animation: popupParticleFloat 9s infinite ease-in-out;
        box-shadow: 0 0 12px rgba(56, 189, 248, 0.7);
    }

    @keyframes popupParticleFloat {
        0%, 100% {
            transform: translateY(0) translateX(0);
            opacity: 0;
        }
        15% { opacity: 0.9; }
        85% { opacity: 0.9; }
        100% {
            transform: translateY(-130px) translateX(35px);
            opacity: 0;
        }
    }

    /* ----- LUXURY BORDER (reuse) ----- */
    .popup-overlay .luxury-border {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: none;
        border-radius: 22px;
        pointer-events: none;
        z-index: 4;
        background:
            radial-gradient(circle at top right, rgba(56, 189, 248, 0.15) 0%, transparent 50%),
            radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.15) 0%, transparent 50%);
    }

    /* ----- CLOSE BUTTON ----- */
    .popup-overlay .close-btn {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 32px;
        height: 32px;
        background: rgba(5, 13, 31, 0.7);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s ease;
        border: 1px solid rgba(56, 189, 248, 0.5);
        box-shadow: 0 4px 12px rgba(5, 13, 31, 0.5);
    }
    .popup-overlay .close-btn:hover {
        background: linear-gradient(135deg, #2563eb, #fabe19);
        transform: rotate(90deg);
        border-color: #7dd3fc;
        box-shadow: 0 0 18px rgba(56, 189, 248, 0.6);
    }
    .popup-overlay .close-btn::before,
    .popup-overlay .close-btn::after {
        content: '';
        position: absolute;
        width: 14px;
        height: 2px;
        background: #ffffff;
        border-radius: 2px;
    }
    .popup-overlay .close-btn::before { transform: rotate(45deg); }
    .popup-overlay .close-btn::after  { transform: rotate(-45deg); }

    /* ----- RESPONSIVE ----- */
    @media (max-width: 768px) {
        .popup-overlay .clk-btn-sgp { grid-template-columns: 1fr; gap: 10px; }
        .popup-overlay .clk-btn-sgp a { padding: 14px 12px; }
    }
/* ===== E-E-A-T & SEO on-page ===== */
.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 200;
  padding: 8px 14px;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}

.eeat-breadcrumb {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--k77-text-muted);
}
.eeat-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.eeat-breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
  color: rgba(125, 211, 252, 0.45);
}
.eeat-breadcrumb a {
  color: #7dd3fc;
  text-decoration: none;
}
.eeat-breadcrumb a:hover { color: #fabe19; }
.eeat-breadcrumb [aria-current="page"] { color: #fff; font-weight: 700; }

.eeat-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(30, 58, 138, 0.35) 0%, rgba(10, 26, 58, 0.6) 100%);
  border: 1px solid rgba(59, 130, 246, 0.3);
}
.eeat-author__avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #fabe19);
  flex-shrink: 0;
}
.eeat-author__meta { min-width: 0; }
.eeat-author__by,
.eeat-author__rev,
.eeat-author__dates {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.5;
}
.eeat-author__by { color: #fff; }
.eeat-author__rev { color: var(--k77-text-muted); }
.eeat-author__dates { color: rgba(125, 211, 252, 0.75); font-weight: 600; }

.eeat-panel,
.eeat-trust {
  background: linear-gradient(160deg, rgba(30, 58, 138, 0.25) 0%, rgba(10, 26, 58, 0.5) 100%);
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 20px;
  padding: 28px 30px;
  margin: 0 0 36px;
}
.container .eeat-panel h2,
.container .eeat-trust h2 {
  margin: 0 0 14px;
  text-align: left;
  letter-spacing: 0.4px;
  font-size: 18px;
  text-transform: none;
  color: #fff;
}
.container .eeat-panel h2::before,
.container .eeat-panel h2::after,
.container .eeat-trust h2::before,
.container .eeat-trust h2::after { content: none; }
.eeat-panel p,
.eeat-trust p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(203, 213, 225, 0.88);
}
.eeat-panel p:last-child { margin-bottom: 0; }
.eeat-trust__list {
  margin: 0;
  padding-left: 18px;
  color: rgba(203, 213, 225, 0.88);
  font-size: 15px;
  line-height: 1.75;
}
.eeat-trust__list li { margin-bottom: 8px; }
.eeat-trust__list li:last-child { margin-bottom: 0; }

.eeat-disclaimer {
  margin: 0 0 10px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px dashed rgba(250, 190, 25, 0.35);
  color: rgba(203, 213, 225, 0.8);
  font-size: 13px;
  line-height: 1.7;
}

.page-form {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
}
.page-form--split {
  grid-template-columns: 1fr 1fr;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field--full { grid-column: 1 / -1; }
.form-field label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #7dd3fc;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: rgba(5, 16, 42, 0.72);
  color: #fff;
  font: inherit;
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid #7dd3fc;
  outline-offset: 1px;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.btn-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn-page--gold {
  color: #2a2305;
  background: linear-gradient(135deg, #fabe19, #7dd3fc);
}
.btn-page--ghost {
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.4);
}
.inbox-empty {
  padding: 28px 22px;
  border-radius: 16px;
  border: 1px dashed rgba(125, 211, 252, 0.35);
  text-align: center;
  color: rgba(203, 213, 225, 0.85);
  margin-bottom: 28px;
}
.inbox-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.inbox-item {
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(30, 58, 138, 0.28);
  border: 1px solid rgba(59, 130, 246, 0.25);
}
.inbox-item strong { color: #fff; display: block; margin-bottom: 4px; }
.inbox-item span { font-size: 12px; color: rgba(125, 211, 252, 0.75); }

@media (max-width: 768px) {
  .eeat-author { align-items: flex-start; }
  .eeat-panel,
  .eeat-trust { padding: 22px 18px; }
  .page-form--split { grid-template-columns: 1fr; }
}

    @media (max-width: 480px) {
        .popup-overlay .popup-container {
            width: 95%;
            max-width: 360px;
        }
        .popup-overlay .clk-btn-sgp a { font-size: 13px; }
        .popup-overlay .info-table { font-size: 12px; }
        .popup-overlay .popup-footer { font-size: 11.5px; }
        .popup-overlay .close-btn { width: 28px; height: 28px; top: 12px; right: 12px; }
        .popup-overlay .popup-container .SLOT::before {
            font-size: 9px;
            padding: 4px 36px;
            left: -34px;
        }
    }