* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Fira Code', monospace;
  background-color: #0a0c12;
  color: #f3f3f3;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  background: none;
  cursor: pointer;
}

input, textarea, select {
  font-family: inherit;
  background: none;
  color: inherit;
}

.PuLceYiR {
  position: relative;
  width: 100%;
  z-index: 999;
}

.IYSpNeJyK {
  background: #14132a;
  color: #ffffff;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.7rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.4s ease;
}

.JePpYiQJWZl {
  padding: 1.4rem;
  margin-top: 4rem;
  background: #ffffff;
  transition: all 0.4s ease;
}

@media (max-width: 375px) {
  .JePpYiQJWZl {
    padding-top: 3rem;
  }
}

.WGsaiMTkKml {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.komkTdTYc {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.komkTdTYc a {
  font-family: 'Fira Code', monospace;
  color: #0a0c12;
  font-weight: 500;
  font-size: 1rem;
}

.JIsezz {
  display: none;
  font-size: 1.8rem;
  color: #0a0c12;
  cursor: pointer;
}

@media (max-width: 768px) {
  .komkTdTYc {
    display: none;
    flex-direction: column;
    gap: 1.2rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 1rem;
  }

  .komkTdTYc.nefxshowed {
    display: flex;
  }

  .JIsezz {
    display: block;
  }
}

.Ahlaq {
  position: relative;
  height: 100vh;
  background: url('neo_fon.webp') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.BZxIoxfZDvQ {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.xeqqxYhdjG {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 70%);
  z-index: 2;
}

.PBQWEw {
  position: relative;
  z-index: 3;
  max-width: 800px;
  color: #fff;
  padding: 2rem;
}

.wAoZYBGoMqlfs {
  font-family: 'Fruktur', cursive;
  font-size: 3rem;
  margin-bottom: 1.2rem;
}

@media (max-width: 768px) {
  .wAoZYBGoMqlfs {
    font-size: 2rem;
  }
}

.SESXD {
  font-size: 1.1rem;
  font-family: 'Fira Code', monospace;
  margin-bottom: 1rem;
}

.oHCWeMtjhd {
  font-size: 0.75rem;
  opacity: 0.8;
}

.lzDKrbws {
  background: #151922;
  color: #f0eef4;
  padding: 5rem 1.5rem;
}

.aVXuKyhGNyVx {
  max-width: 850px;
  margin: 0 auto;
}

.szsblhYWAnE {
  font-family: 'Fruktur', cursive;
  font-size: 2.5rem;
  color: #fec85c;
  margin-bottom: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

@media (max-width: 768px) {
  .szsblhYWAnE {
    font-size: 1.5rem;
  }
}

.zwzIKPGh {
  font-size: 1.05rem;
  font-family: 'Fira Code', monospace;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
}

.WcWDtusbsQZD {
  background: linear-gradient(145deg, #151c2e, #1f2b3f);
  color: #ffffff;
  padding: 5rem 1.5rem;
}

.FcKXigCFTODA {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.RaWSXH {
  background: #1d243c;
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  transition: transform 0.3s;
}

.RaWSXH:hover {
  transform: translateY(-5px);
}

.RaWSXH i {
  font-size: 2rem;
  color: #fec85c;
  margin-bottom: 1rem;
}

.RaWSXH h3 {
  margin-bottom: 0.5rem;
  font-family: 'Fruktur', cursive;
  font-size: 1.3rem;
}

.aBVCzXhpd {
  background: #0a0c12;
  padding: 5rem 1.5rem;
  text-align: center;
}

.UWKcESsttRymT {
  max-width: 480px;
  margin: 0 auto;
}

.flKglh {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 255, 208, 0.15);
  transition: transform 0.3s ease;
}

.flKglh:hover {
  transform: scale(1.03);
}

.flKglh img {
  width: 100%;
  height: auto;
  display: block;
}

.QxECuDGIQFNEF {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.RbiEL {
  color: #ffffff;
  text-align: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.RbiEL h3 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Fruktur', cursive;
}

.voAXtGScwbYIEP {
  background: linear-gradient(135deg, #a24a96, #fec85c);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  transition: background 0.3s;
}

.voAXtGScwbYIEP:hover {
  background: linear-gradient(135deg, #fec85c, #a24a96);
}


.zePLPwzIauvF {
  background: #151824;
  padding: 5rem 1.5rem;
  color: #ffffff;
  text-align: center;
}

.dWPQctq {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.KNKjHoxf {
  background: #202538;
  border-left: 4px solid #fec85c;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: left;
  font-family: 'Fira Code', monospace;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.KNKjHoxf p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.KNKjHoxf span {
  font-size: 0.85rem;
  color: #c4d8ff;
}

.ALtDfYHzZg {
  background: #101118;
  padding: 5rem 1.5rem;
  color: #fff;
}

.SLuvWVAuXbe {
  max-width: 850px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.SLuvWVAuXbe details {
  background: #181a2d;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.SLuvWVAuXbe details[open] {
  background: #201e3b;
}

.SLuvWVAuXbe summary {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.SLuvWVAuXbe p {
  font-size: 0.95rem;
  margin-top: 0.5rem;
  line-height: 1.6;
}

.YQNHykVxCFFe {
  background: #0d0e14;
  padding: 5rem 1.5rem;
  color: #fff;
}

.wdoFYAkDgTxf {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}

.NthdNeLBYs {
  text-align: center;
}

.FqIuIElbxlgu {
  font-size: 2rem;
  font-family: 'Fruktur', cursive;
  color: #fec85c;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

@media (max-width: 768px) {
  .FqIuIElbxlgu {
    font-size: 1.5rem;
  }
}

.vnlmpVgsp {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-family: 'Fira Code', monospace;
  font-size: 1rem;
  align-items: center;
}

.vnlmpVgsp i {
  color: #a24a96;
  margin-right: 0.5rem;
}

.HDpPgvSBmuC {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: 'Fira Code', monospace;
}

.HDpPgvSBmuC input,
.HDpPgvSBmuC textarea {
  padding: 1rem;
  border-radius: 1rem;
  background: #2c2a46;
  color: #fff;
  font-size: 1rem;
}

.TFGMQxG {
  font-size: 0.9rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.kfuOt {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1rem;
  background: linear-gradient(135deg, #a24a96, #fec85c);
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s;
}

.kfuOt:hover {
  transform: scale(1.05);
}

.BDLxKarTY {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.DAbybREfYploPp {
  background: #fff;
  color: #0a0c12;
  max-width: 400px;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
}

.DAbybREfYploPp button {
  margin-top: 1.2rem;
  background: #a24a96;
  color: #fff;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: 40px;
  cursor: pointer;
  font-weight: bold;
}

.DAbybREfYploPp button:hover {
  background: #fec85c;
}

.QtzvJuVUrjE {
  background: #0f1118;
  color: #f3f3f3;
  padding: 5rem 1.5rem;
  font-family: 'Fira Code', monospace;
  text-align: center;
}

.HutahPT {
  max-width: 850px;
  margin: 0 auto;
}

.ApVqGBFNuzU {
  font-size: 2rem;
  color: #fec85c;
  font-family: 'Fruktur', cursive;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}

.HutahPT p {
  font-size: 1rem;
  line-height: 1.8;
  color: #d4d6e5;
  margin-bottom: 2.5rem;
}

.ijueMyJv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.ijueMyJv img {
  max-height: 60px;
  filter: grayscale(0.3);
  transition: filter 0.3s, transform 0.3s;
}

.ijueMyJv img:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}

.dLOoKRobs {
  background: #0a0810;
  color: #e5e7f0;
  font-family: 'Fira Code', monospace;
  padding: 3rem 1.5rem 2rem;
  text-align: center;
}

.tSajnrcyUTF {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 2rem;
  text-align: left;
}

.mOePBCjvoGiG p {
  max-width: 420px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.tPGFwz {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.95rem;
}

.tPGFwz a {
  color: #a24a96;
  text-decoration: none;
  transition: color 0.3s;
}

.tPGFwz a:hover {
  color: #fec85c;
}

.EcfjNyb {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.EjiGnfKLic {
  font-family: 'Fruktur', cursive;
  font-size: 2rem;
  color: #fec85c;
  border: 2px solid #fec85c;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oYoCxrC {
  position: fixed;
  inset: 0;
  background: rgba(10, 13, 20, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.nMGjYjPJs {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
  color: #1a0b2d;
  font-family: 'Fira Code', monospace;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.nMGjYjPJs h2 {
  font-family: 'Fruktur', cursive;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #fec85c;
}

.nMGjYjPJs p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.nMGjYjPJs button {
  background: #a24a96;
  color: #fff;
  border: none;
  padding: 0.8rem 1.6rem;
  font-weight: bold;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.3s;
}

.nMGjYjPJs button:hover {
  background: #fec85c;
}

.YMjbhMCBtX {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #151a24;
  color: #f0eef4;
  z-index: 9998;
  padding: 1rem 1.5rem;
  display: none;
  font-family: 'Fira Code', monospace;
}

.QffQmSXbRJ {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.QffQmSXbRJ p {
  flex: 1 1 auto;
  font-size: 0.95rem;
}

.QffQmSXbRJ button {
  background: #fec85c;
  color: #fff;
  border: none;
  padding: 0.6rem 1.4rem;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.QffQmSXbRJ button:hover {
  background: #a24a96;
}

@media (max-width: 600px) {
  .QffQmSXbRJ {
    flex-direction: column;
    align-items: flex-start;
  }

  .QffQmSXbRJ button {
    width: 100%;
    margin-top: 0.6rem;
  }
}
