/* =========================
   PAGE NOT FOUND SECTION
========================= */

.page-nf {
  position: relative;
  min-height: 100vh;
  padding: 141px 20px 70px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
}

/* glow background */
.page-nf-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
}

.page-nf-glow-one {
  width: 320px;
  height: 320px;
  background: #75ff8e;
  top: 10%;
  left: 5%;
  opacity: 0.18;
}

.page-nf-glow-two {
  width: 340px;
  height: 340px;
  background: #75ff8e;
  right: 0;
  bottom: 5%;
  opacity: 0.16;
}

/* center wrap */
.page-nf-container {
  width: 100%;
  max-width: 980px;
  position: relative;
      border-radius: 34px;
	overflow: hidden;
  z-index: 2;
	background:
    radial-gradient(
      circle at 20% 20%,
      rgba(141, 255, 153, 0.15),
      transparent 35%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(141, 255, 153, 0.14),
      transparent 35%
    ),
    linear-gradient(135deg, #001f16, #003226, #00130d);
}

/* glass card */
.page-nf-card {
  padding: 40px 50px;
  border-radius: 34px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 25px 60px rgba(0, 0, 0, 0.35);
}

/* =========================
   HERO
========================= */

.page-nf-hero {
  position: relative;
  height: 240px;
  margin-bottom: 10px;
}

/* skyline */
.page-nf-skyline {
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 12px;
  opacity: 0.18;
}

.page-nf-skyline span {
  width: 42px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, #87ff9f, #caffd4);
}

.page-nf-skyline span:nth-child(1) {
  height: 60px;
}
.page-nf-skyline span:nth-child(2) {
  height: 95px;
}
.page-nf-skyline span:nth-child(3) {
  height: 140px;
}
.page-nf-skyline span:nth-child(4) {
  height: 85px;
}
.page-nf-skyline span:nth-child(5) {
  height: 115px;
}

/* clouds */
.page-nf-cloud {
  position: absolute;
  width: 70px;
  height: 24px;
  background: rgba(185, 255, 196, 0.1);
  border-radius: 40px;
}

.page-nf-cloud::before,
.page-nf-cloud::after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: 50%;
}

.page-nf-cloud::before {
  width: 26px;
  height: 26px;
  left: 8px;
  top: -12px;
}

.page-nf-cloud::after {
  width: 32px;
  height: 32px;
  right: 10px;
  top: -16px;
}

.page-nf-cloud-left {
  left: 18%;
  top: 40px;
}

.page-nf-cloud-right {
  right: 18%;
  top: 55px;
}

/* ground */
.page-nf-ground {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 75%;
  height: 2px;
  border-radius: 50%;
  background: linear-gradient(to right, transparent, #8effa3, transparent);
  box-shadow: 0 0 25px rgba(142, 255, 163, 0.35);
}

/* trees */
.page-nf-tree {
  position: absolute;
  width: 16px;
  height: 38px;
  background: #8effa3;
  opacity: 0.25;
  bottom: 64px;
  border-radius: 10px;
}

.page-nf-tree::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: #8effa3;
  opacity: 0.9;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

.page-nf-tree-left {
  left: 20%;
}
.page-nf-tree-right {
  right: 20%;
}

/* =========================
   404 CODE
========================= */

.page-nf-code {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 18px;
}

.page-nf-code span {
  font-size: 110px;
  line-height: 1;
  font-weight: 800;
  color: #bfffca;
  text-shadow: 0 0 20px rgba(191, 255, 202, 0.18);
}

/* search zero */
.page-nf-search {
  position: relative;
  width: 110px;
  height: 110px;
}

.page-nf-search-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #bfffca;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(191, 255, 202, 0.18);
}

.page-nf-search-logo {
  /* width: 60px;
  height: 60px;
  border-radius: 50%; */
  /* border: 4px solid rgba(191, 255, 202, 0.9); */
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  padding: 8px 7px;
}

.page-nf-search-logo svg {
  width: 60px;
  height: 60px;
  stroke: #bfffca;
  border-radius: 4px;
}

.page-nf-search-handle {
  position: absolute;
  width: 42px;
  height: 12px;
  background: #bfffca;
  border-radius: 20px;
  right: -18px;
  bottom: 10px;
  transform: rotate(45deg);
}

/* =========================
   TEXT
========================= */

.page-nf-title {
  font-size: 46px;
  margin: 10px 0 16px;
  color: #ffffff;
  font-weight: 700;
}

.page-nf-line {
  width: 55px;
  height: 3px;
  border-radius: 20px;
  margin: 0 auto 20px;
  background: #bfffca;
}

.page-nf-text {
  color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.7;
  margin: 0;
}

.page-nf-divider {
  width: 100%;
  max-width: 620px;
  height: 1px;
  margin: 35px auto;
  background: rgba(255, 255, 255, 0.12);
}

/* =========================
   BUTTON
========================= */

.page-nf-btn {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  padding: 16px 28px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #052413;
  background: linear-gradient(90deg, #4f9f68, #d6ffb8);
  box-shadow: 0 15px 35px rgba(143, 255, 162, 0.18);
  transition: 0.3s ease;
}

.page-nf-btn:hover {
  transform: translateY(-4px);
}

.page-nf-home-icon,
.page-nf-arrow {
  font-size: 24px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .page-nf-card {
    padding: 45px 28px;
  }

  .page-nf-code span {
    font-size: 82px;
  }

  .page-nf-search {
    width: 88px;
    height: 88px;
  }

  .page-nf-title {
    font-size: 42px;
  }

  .page-nf-text {
    font-size: 20px;
  }

  .page-nf-btn {
    font-size: 18px;
    padding: 16px 26px;
  }
}

@media (max-width: 576px) {
  .page-nf {
    padding: 20px 14px;
  }

  .page-nf-card {
    padding: 30px 18px;
    border-radius: 24px;
  }

  .page-nf-hero {
    height: 180px;
  }

  .page-nf-code {
    gap: 10px;
  }

  .page-nf-code svg {
    width: 30px;
    height: 30px;
  }

  .page-nf-search {
    width: 62px;
    height: 62px;
  }

  .page-nf-search-ring {
    border-width: 6px;
  }

  .page-nf-search-handle {
    width: 26px;
    height: 8px;
    right: -10px;
  }

  .page-nf-title {
    font-size: 30px;
  }

  .page-nf-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-nf-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 15px 20px;
    gap: 12px;
  }

  .page-nf-home-icon,
  .page-nf-arrow {
    font-size: 20px;
  }
}
