@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&family=Exo+2:wght@400;700&display=swap');

:root {
  --layout-max-width: 1160px;
  --layout-gutter: clamp(12px, 2.4vw, 24px);
  --header-bg-image: url("./media.php?view=header-bg");
  --body-bg-image: url("./media.php?view=body-bg");
  --footer-bg-image: url("./media.php?view=footer-bg");
  --body-bg-overlay: rgba(5, 5, 5, 0.3);
  --footer-bg-overlay: rgba(5, 5, 5, 0.3);
}

.photoCarousel {
    padding-bottom: 0px !important;
    background-color: transparent !important;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  background-color: #050505;
  background-image:
    linear-gradient(var(--body-bg-overlay), var(--body-bg-overlay)),
    var(--body-bg-image) !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.kgmModal,
.kgmModal-block {
  display: none !important;
}

body.-locked {
  overflow: auto !important;
}

.container {
  width: min(100%, var(--layout-max-width)) !important;
  max-width: var(--layout-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--layout-gutter);
  padding-right: var(--layout-gutter);
}

.header,
.header.clearfix,
.header.clearfix.header--sticky,
.header.-sticky,
.header.-fixed {
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  background-image: var(--header-bg-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.header.clearfix.header--sticky .header-bg-layer {
  display: none !important;
}

.header.clearfix.header--sticky > :not(.header-bg-layer) {
  position: relative;
  z-index: 1;
}

.js-nav-offset {
  display: none !important;
  height: 0 !important;
  padding-top: 0 !important;
}

.header .row.clearfix.nav,
.header .row.clearfix.nav.nav--sticky,
.header .nav,
.header .nav.nav--sticky,
.header .nav.nav--sticky.-sticky,
.header .nav.nav--sticky.-fixed,
.header .container.clearfix.nav__wrap {
  background-color: transparent !important;
  background: transparent !important;
  border-color: transparent !important;
}

.social--fixed {
  background-color: transparent !important;
  background: transparent !important;
}

.comment__read__bar:before {
  background: transparent !important;
  background-image: none !important;
}

.footerMain,
.footerMain.clearfix {
  background-color: transparent !important;
  background-image:
    linear-gradient(var(--footer-bg-overlay), var(--footer-bg-overlay)),
    var(--footer-bg-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.row::after,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img,
iframe,
video {
  max-width: 100%;
  height: auto;
}

.read__title {
  font-size: clamp(24px, 3vw, 40px) !important;
  line-height: 1.25;
  word-break: break-word;
}

.read__content,
.most__title,
.cyber-p,
.social--dshare {
  overflow-wrap: anywhere;
}

.cover-photo .photo__wrap {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.cover-photo .photo__wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.cover-photo .photo__wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav__row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.nav__row > li {
  flex: 0 0 auto;
}

.container.clearfix.nav__wrap {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.container.clearfix.nav__wrap .logo,
.container.clearfix.nav__wrap .logo--sticky {
  flex: 0 0 auto;
}

.container.clearfix.nav__wrap .nav__row {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.container.clearfix.nav__wrap .nav__row::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.container.clearfix.nav__wrap .menu-plus-sticky {
  flex: 0 0 auto;
  white-space: nowrap;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.logo img,
.logo {
  width: auto;
}

.responsive-button {
  min-width: 200px;
  min-height: 90px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsive-button:hover {
  transform: scale(1.05);
}

.responsive-button:active {
  transform: scale(0.95);
}

.button-login-daftar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 700;
}

.button-login-daftar a {
  text-align: center;
}

.login,
.register {
  color: #ffd000;
  padding: 15px 10px;
  font-size: 15px;
}

.login,
.login-button {
  background: linear-gradient(to bottom, #ffd000 0, #ffd000 100%);
  border: 2px solid #000;
}

.register,
.register-button {
  background: linear-gradient(to bottom, #ffd000 0, #ffd000 100%);
  border: 2px solid #000;
}

.grid__item_product-info {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 2px;
}

.cyber-card {
  position: relative;
  background: rgba(10, 10, 14, 0.95);
  border: 1px solid rgba(255, 208, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cyber-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 255, 234, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 234, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: 0;
  pointer-events: none;
}

.cyber-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to right, #fd8484 2px, transparent 2px) 0 0,
    linear-gradient(to bottom, #fd8484 2px, transparent 2px) 0 0,
    linear-gradient(to left, #fd8484 2px, transparent 2px) 100% 0,
    linear-gradient(to bottom, #fd8484 2px, transparent 2px) 100% 0,
    linear-gradient(to right, #fd8484 2px, transparent 2px) 0 100%,
    linear-gradient(to top, #fd8484 2px, transparent 2px) 0 100%,
    linear-gradient(to left, #fd8484 2px, transparent 2px) 100% 100%,
    linear-gradient(to top, #fd8484 2px, transparent 2px) 100% 100%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.8;
  pointer-events: none;
}

.cyber-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgb(255, 208, 0);
  background: linear-gradient(90deg, rgba(255, 208, 0, 0.15), transparent);
  z-index: 3;
}

.cyber-title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 0 0 10px rgba(255, 208, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
}

.cyber-title::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #ffd900;
  box-shadow: 0 0 8px #ffd900;
}

.cyber-status {
  font-family: "Chakra Petch", sans-serif;
  font-size: 10px;
  color: #ffd900;
  background: rgba(255, 224, 85, 0.1);
  padding: 3px 8px;
  border: 1px solid rgba(255, 224, 85, 0.3);
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 1px;
}

.status-dot {
  width: 6px;
  height: 6px;
  background: #ffd900;
  border-radius: 50%;
  box-shadow: 0 0 6px #ffd900;
  animation: blink-red 1.5s infinite;
}

.cyber-body {
  padding: 25px;
  position: relative;
  z-index: 3;
}

.cyber-p {
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #b0b0b8;
  margin-bottom: 15px;
  text-align: justify;
}

.cyber-p:last-child {
  margin-bottom: 0;
}

.cyber-hlt {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #00ffea, #00aaff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 15px rgba(0, 255, 234, 0.3);
}

.cyber-footer {
  padding: 8px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-family: "Chakra Petch", monospace;
  font-size: 9px;
  color: #555;
  text-align: right;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  position: relative;
}

@keyframes blink-red {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 8px #ffd900;
  }

  50% {
    opacity: 0.4;
    box-shadow: 0 0 0 transparent;
  }
}

.useecode-panel-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  position: relative;
  background-color: #050507;
  border: 1px solid #222;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.useecode-panel-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}

.useecode-panel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #393100, #776603, #776603, #393100);
  z-index: 2;
  box-shadow: 0 0 15px rgba(255, 208, 0, 0.2);
}

.useecode-panel-content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

.useecode-panel-header {
  margin-bottom: 30px;
  border-left: 5px solid #776603;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

.useecode-panel-header h2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.useecode-panel-header span {
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  color: #888;
  letter-spacing: 4px;
  margin-top: 5px;
  font-weight: 600;
}

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

.useecode-faq-item {
  background: #0e0e12;
  border: 1px solid #333;
  transition: all 0.3s ease;
  position: relative;
}

.useecode-faq-item:hover {
  border-color: #555;
  transform: translateX(5px);
}

.useecode-faq-item.active {
  border-color: #776603;
  background: #131318;
  transform: translateX(5px);
}

.useecode-faq-question {
  width: 100%;
  padding: 18px 25px;
  background: transparent;
  border: none;
  color: #ccc;
  font-family: "Chakra Petch", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.useecode-faq-item.active .useecode-faq-question {
  color: #fff;
}

.useecode-faq-icon {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  transition: 0.3s;
}

.useecode-faq-item.active .useecode-faq-icon {
  color: #776603;
  transform: rotate(45deg);
}

.useecode-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background: #0a0a0d;
}

.useecode-faq-answer-inner {
  padding: 0 25px 25px 25px;
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #a0a0a0;
}

.useecode-faq-answer p {
  margin: 0;
  border-left: 2px solid #333;
  padding-left: 15px;
}

.useecode-faq-item.active .useecode-faq-answer p {
  border-color: #776603;
}

.useecode-panel-footer {
  margin-top: 30px;
  border-top: 1px solid #222;
  padding-top: 15px;
  text-align: right;
  font-family: "Chakra Petch", monospace;
  font-size: 10px;
  color: #444;
  letter-spacing: 2px;
}

@media (max-width: 1200px) {
  :root {
    --layout-max-width: 1040px;
  }

  .cover-photo .photo__wrap {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 1024px) {
  .container.clearfix.nav__wrap {
    flex-wrap: wrap;
    row-gap: 8px;
   
  }

  .container.clearfix.nav__wrap .logo,
  .container.clearfix.nav__wrap .logo--sticky {
    order: 1;
  }

  .container.clearfix.nav__wrap .menu-plus-sticky {
    order: 2;
    margin-left: auto;
  }

  .container.clearfix.nav__wrap .nav__row {
    order: 3;
    width: 100%;
  }

  .read__title {
    color: whitesmoke !important;
  }

  .col-offset-fluid {
    padding-bottom: 10px;
}

  .js-giant-wp-sticky-parent > .col-bs10-7,
  .js-giant-wp-sticky-parent > .col-bs10-3,
  .read__article .col-bs9-7 {
    width: 100% !important;
    float: none !important;
  }

  .js-giant-wp-sticky-parent > .col-bs10-3 {
    margin-top: 24px;
  }

  .header__row .col-bs10-5,
  .header__row .col-bs12-8,
  .header__row .sso__header {
    width: 100% !important;
    float: none !important;
    padding-left: 150px;
  }

  .social--container,
  .read__header,
  .read__article,
  .most,
  .grid__item_product-info {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .row.clearfix.nav,
  .row.clearfix.nav.nav--sticky,
  .nav.nav--sticky,
  .nav.nav--sticky.-sticky,
  .nav.nav--sticky.-fixed {
    display: none !important;
    visibility: hidden !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  body {
    background-attachment: scroll !important;
  }

  .header {
    background-position: right center !important;
  }

  .cover-photo .photo__wrap {
    aspect-ratio: 1 / 1.21;
  }

  .social--fixed {
    position: static !important;
  }

  .button-login-daftar {
    gap: 8px;
  }

  .cyber-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cyber-title {
    line-height: 1.3;
  }
}

@media (max-width: 560px) {
  .button-login-daftar {
    grid-template-columns: 1fr !important;
  }

  .login,
  .register {
    padding: 12px 10px !important;
    font-size: 14px !important;
  }

  .cyber-body {
    padding: 16px !important;
  }

  .cyber-p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 600px) {
  .responsive-button {
    min-width: 150px;
    min-height: 80px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cyber-title {
    font-size: 16px;
  }

  .cyber-body {
    padding: 20px;
  }

  .cyber-p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .useecode-panel-content {
    padding: 20px;
  }

  .useecode-panel-header h2 {
    font-size: 22px;
  }

  .useecode-faq-question {
    font-size: 13px;
    padding: 15px;
  }
}
