.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;
  }
}
