.faq-section{
    display:block;
    width:100%;
    max-width:1200px;
    margin:30px auto;
    padding:20px 15px;
    box-sizing:border-box;
    overflow:hidden;
}

.faq-section *{
    box-sizing:border-box;
}

.faq-title{
    text-align:center;
    font-size:28px;
    color:#222;
    margin-bottom:25px;
    line-height:1.3;
    white-space:normal;
    overflow-wrap:break-word;
}

.faq-item{
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    margin-bottom:15px;
    overflow:hidden;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.faq-question{
    background:#f5f5f5;
    color:#111;
    font-size:17px;
    font-weight:700;
    padding:18px 20px;
    border-bottom:1px solid #ddd;
    line-height:1.5;
    white-space:normal;
    overflow-wrap:break-word;
}

.faq-answer{
    padding:18px 20px;
    color:#555;
    font-size:15px;
    line-height:1.7;
    white-space:normal;
    overflow-wrap:break-word;
}
.n-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  font-weight: 700;
}
.sangtexttegas {
    color: #000000 !important;
    text-decoration: underline;
    display: inline-flex;
    line-height: calc(var(--bui_rem_pixel) * 24);
    margin-block: calc(3 * var(--bui_rem_pixel) * -1);
    vertical-align: inherit;

    font-weight: 700;
    text-shadow: 0 1px 1px rgba(255,255,255,.15);
}

.n-columns-2 a {
  text-align: center;
  color: #ffd700;
  padding: 14px 12px;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;

  /* Tombol 3D */
  border: 1px solid #ffdf6b;

  box-shadow:
    0 3px 0 #8a6500,
    0 6px 0 #5f4500,
    0 10px 15px rgba(0,0,0,.45),
    0 0 8px rgba(255,223,107,.8),
    0 0 20px rgba(255,215,0,.4);

  transition: all .3s ease;
}

.n-columns-2 a:hover {
  transform: translateY(-3px);

  box-shadow:
    0 4px 0 #8a6500,
    0 8px 0 #5f4500,
    0 14px 20px rgba(0,0,0,.5),
    0 0 12px #ffdf6b,
    0 0 28px rgba(255,215,0,.7);
}

.n-columns-2 a:active {
  transform: translateY(4px);

  box-shadow:
    0 1px 0 #8a6500,
    0 2px 0 #5f4500,
    0 4px 8px rgba(0,0,0,.4),
    0 0 8px rgba(255,215,0,.5);
}

/* Background hitam glossy */
.n-columns-2 a::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    #3d3d3d 0%,
    #1e1e1e 12%,
    #000000 50%,
    #111111 80%,
    #000000 100%
  );

  z-index: 0;
}
.livedraw-hk1 svg {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: auto;
    fill: #ffdf6b !important;
}

svg {
    pointer-events: auto;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.livedraw-hk2 {
    --bui_icon_height: calc(var(--bui_spacing_1x) * 5);
    --bui_icon_height_scaling: calc(var(--bui_rem_spacing_1x) * 5);
}

.livedraw-hk1 {
    display: inline-block;
    fill: #ffdf6b !important;
    color: #ffdf6b !important;
    height: var(--bui_icon_height);

    filter:
        drop-shadow(0 0 2px #ffd700)
        drop-shadow(0 0 6px rgba(255,215,0,.8))
        drop-shadow(0 0 12px rgba(255,215,0,.5));
}

.livedraw-hk {
    position: relative;
    display: inline-flex;
    fill: #ffdf6b !important;
    color: #ffdf6b !important;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 calc(var(--bui_spacing_3x) * -1);
}

/* Efek glossy */
.n-columns-2 a::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  height: 45%;

  border-radius: 10px 10px 30px 30px;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,.28) 0%,
    rgba(255,255,255,.08) 45%,
    transparent 100%
  );

  pointer-events: none;
  z-index: 1;
}
.aaf9b6e287 {
    color: #d4af37 !important;

    text-shadow:
        0 0 2px rgba(255,215,0,.8),
        0 0 6px rgba(255,215,0,.5);
}

/* Teks emas luxury */
.n-columns-2 a span {
  position: relative;
  z-index: 2;

  color: #ffd700;
  font-weight: 700;
  letter-spacing: 1px;

  text-shadow:
    0 0 5px rgba(255,215,0,.8),
    0 0 10px rgba(255,215,0,.5),
    0 1px 1px #000;
}
@keyframes gradientRun {
  0% { background-position: 0% 50%; }
  100% { background-position: -200% 50%; }
}
.login { border: 2px solid #002861; }
.register { border: 2px solid #002b54; }
