header {
  background-image: url('image/bb1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  box-shadow: 0 2px 8px #0002;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em 2em;
}

.logo {
  font-size: 1.7em;
  font-weight: bold;
  color: #00ff99;
  letter-spacing: 1rem;
}
.logo1 {
  font-size: 1.7em;
  font-weight: bold;
  color: #00ff99;
  letter-spacing: 1rem;
}
.logo span {
  color: #72f372;
}
.logo-img {
  height: 100px;
  width: 100px;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 50%;
  object-fit: cover;
}
.logo-img1 {
  height: 10px;
  width: 10px;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 50%;
  object-fit: cover;
}
.logo-text {
  font-size: 1.5em;
  font-weight: bold;
  color: #00ff99;
  vertical-align: middle;
  margin-left: 12px;
  letter-spacing: 2px;
}
.logo-subtext {
  display: block;
  font-size: 0.85em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 2px;
  background: linear-gradient(90deg, #3e7b5e 45%, #2fb958 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.logo-subtext.glow-hacker {
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  background-clip: initial !important;
  text-fill-color: initial !important;
  color: #00ff99;
  text-shadow:
    0 0 8px #00ff99,
    0 0 16px #00ff99,
    0 0 32px #00ff99,
    0 0 64px #0f0,
    0 0 128px #0f0;
  animation: hacker-glow 2s infinite alternate;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 2em;
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
nav ul li a:hover {
  color: #00ff99;
}

main {
  max-width: 1100px;
  margin: 2em auto;
  padding: 0 2em;
}

.hero {
  text-align: center;
  margin-bottom: 3em;
}
.hero h1 {
  font-size: clamp(1.5em, 6vw, 2.5em);
  margin-bottom: 0.5em;
  color: #00ff99;
}
.hero p {
  font-size: 1.2em;
  color: #ccc;
  margin-bottom: 1.5em;
}
.hero h2 {
  font-size: 2.2em;
  color: #ccc;
  margin-bottom: 1.5em;
}
.cta {
  display: inline-block;
  background: #00ff99;
  color: #181c20;
  padding: 0.8em 2em;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
}
.cta:hover {
  background: #00cc77;
}

.features {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url('your-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  .feature {
  background: #23272b;
  border-radius: 12px;
  padding: 2em 1.5em;
  flex: 1 1 250px;
  min-width: 250px;
  max-width: 320px;
  box-shadow: 0 2px 8px #0003;
  margin-bottom: 2em;}
}
.feature h2 {
  color: #00ff99;
  margin-top: 0;
}
.feature p {
  color: #bbb;
}

footer {
  text-align: center;
  padding: 1.5em 0;
  background: #101214;
  color: #888;
  margin-top: 3em;
  font-size: 0.95em;
  background-image: url('image/ff1.jpeg');
  background-size: cover;
  background-position: center;
}

.download-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 0.5em 1.2em;
  background: #165222;
  color: #181c20;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
  font-size: 1em;
}
.download-btn:hover {
  background: #2fb958;
  color: #fff;
}

.ceo-text {
  color: #00ff99;
  font-size: 1em;
  margin-top: 0.5em;
  font-style: italic;
}

.pop-text {
  font-size: 2.8em;
  font-weight: bold;
  color: #00ff99;
  text-shadow:
    0 0 8px #00ff99,
    0 0 16px #00ff99,
    0 0 32px #00ff99,
    0 0 64px #0f0,
    0 0 128px #0f0;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
  animation:pop-text 1.8s infinite alternate;
}
@keyframes pop-effect {
  from {
    text-shadow:
      0 0 8px #00ff99,
      0 0 16px #00ff99,
      0 0 32px #00ff99,
      0 0 64px #0f0,
      0 0 128px #0f0;
    color: #00ff99;
  }
  to {
    text-shadow:
      0 0 16px #00ff99,
      0 0 32px #00ff99,
      0 0 64px #00ff99,
      0 0 128px #0f0,
      0 0 256px #0f0;
    color: #39ff14;
  }
}

.pop-text {
  color: #00ff99;
  font-weight: bold;
  animation: pop-effect 1.2s infinite alternate;
  font-size: 1.1em;
  letter-spacing: 1px;
}
@keyframes pop-effect {
  0% { transform: scale(1); text-shadow: 0 0 8px #00ff99, 0 0 16px #00ff99; }
  50% { transform: scale(1.18); text-shadow: 0 0 24px #00ff99, 0 0 48px #0f0; }
  100% { transform: scale(1); text-shadow: 0 0 8px #00ff99, 0 0 16px #00ff99; }
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 400px;
  margin: 0 auto 2em auto;
  background: #23272b;
  padding: 2em 2em 1.5em 2em;
  border-radius: 12px;
  box-shadow: 0 2px 8px #0003;
}
.contact-form label {
  align-self: flex-end;
  margin-bottom: 0.3em;
  color: #00ff99;
  font-weight: 500;
}
.contact-form label[for="name"]{
  align-self: flex-start;
  text-align: left;
}
.contact-form label[for="email"]{
  align-self: flex-start;
  text-align: left;
}
.contact-form label[for="message"]{
  align-self: flex-start;
  text-align: left;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 320px;
  margin-bottom: 1.2em;
  padding: 0.7em;
  border-radius: 6px;
  border: none;
  background: #181c20;
  color: #f0f0f0;
  font-size: 1em;
  box-shadow: 0 1px 4px #0002;
  align-self: flex-end;
}
.contact-form button {
  background: #00ff99;
  color: #181c20;
  border: none;
  border-radius: 20px;
  padding: 0.7em 2em;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  align-self: flex-end;
  transition: background 0.2s;
}
.contact-form button:hover {
  background: #00cc77;
} 

.video-menu-trigger:hover {
  color: #00ff99;
}
.video-menu {
  min-width: 110px;
  box-shadow: 0 2px 8px #0008;
  border: 1px solid #222;
  font-size: 1em;
}
.video-menu a:hover, .video-menu .video-delete:hover {
  text-decoration: underline;
  opacity: 0.8;
} 

.auth-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.auth-column {
  background: #181818;
  border-radius: 10px;
  box-shadow: 0 0 10px #00ff99;
  padding: 30px 24px 24px 24px;
  min-width: 300px;
  max-width: 350px;
  flex: 1 1 320px;
}
.auth-column h2 {
  text-align: center;
  margin-bottom: 18px;
}
.auth-column form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 4px;
}
.auth-column form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #222;
  color: #fff;
}
.auth-column form button {
  width: 100%;
  padding: 10px;
  background: #00ff99;
  color: #181818;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 8px;
}
.auth-message {
  text-align: center;
  margin-top: 10px;
  color: #ff4444;
  min-height: 20px;
} 

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}
.search-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #181818;
  border: 2px solid #00ff99;
  border-radius: 25px;
  padding: 10px 15px;
  width: 300px;
  max-width: 90%;
}
.search-icon {
  color: #00ff99;
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.search-input {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  width: 100%;
  font-size: 16px;
}
.search-input::placeholder {
  color: #666;
}
.video {
  transition: all 0.3s ease;
}
.video.hidden {
  display: none;
}
.no-results {
  text-align: center;
  color: #ff4444;
  font-size: 18px;
  margin: 40px 0;
  display: none;
} 

@media (max-width: 900px) {
  nav, main {
    padding-left: 1em;
    padding-right: 1em;
  }
  .features {
    flex-direction: column;
    gap: 1.2em;
    align-items: center;
  }
  .auth-container {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.7em 0.5em;
  }
  .logo {
    font-size: 1.1em;
  }
  .logo-img {
    height: 60px;
    width: 60px;
    margin-right: 4px;
    border-radius: 50%;
  }
  .logo-text {
    font-size: 1em;
    margin-left: 6px;
  }
  nav ul {
    flex-direction: column;
    gap: 0.7em;
    width: 100%;
    margin-top: 0.5em;
  }
  main {
    padding: 0 0.5em;
    margin: 1em 0;
    max-width: 100vw;
  }
  .hero h1, .glow-hacker, .pop-text {
    font-size: 1.3em !important;
  }
  .hero p {
    font-size: 1em;
  }
  .feature, .auth-column, .contact-form {
    min-width: unset;
    max-width: 98vw;
    width: 100%;
    padding: 1em 0.5em;
    box-sizing: border-box;
  }
  .search-box {
    width: 98vw;
    max-width: 98vw;
    padding: 8px 8px;
  }
  .search-input {
    font-size: 1em;
  }
  .video, .videos .video {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto 1.2em auto;
    box-sizing: border-box;
  }
  video {
    width: 100% !important;
    height: auto !important;
    max-width: 100vw !important;
  }
  .download-btn, .contact-form button {
    width: 100%;
    font-size: 1em;
    padding: 0.7em 0;
  }
  .contact-form input, .contact-form textarea {
    max-width: 100vw;
    font-size: 1em;
  }
  .no-results {
    font-size: 1em;
    margin: 20px 0;
  }
  footer {
    font-size: 0.9em;
    padding: 1em 0.2em;
  }
  .footer-content {
    padding: 0 0.2em;
  }
} 

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
.hero h2 {
  font-size: clamp(1.1em, 4vw, 1.7em);
}
@media (max-width: 400px) {
  body, main, nav, .feature, .auth-column, .contact-form {
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
  }
  .hero h1, .pop-text {
    font-size: 1em !important;
  }
}

.video p {
    color: #ffffff;
}