body {
    margin: 0;
    padding: 0;
    font-family: "JetBrains Mono", monospace;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden; 
    overflow-y: auto;   

    /* Fond galaxie circulaire dynamique */
    background: radial-gradient(circle at 50% 50%, 
                #631fd1be 0%,     
                #4e089e 15%,   
                #000000 35%,   
                #000000 65%,   
                #000000 100%   
            );
    background-size: 200% 200%;
    animation: galaxyMove 15s ease-in-out infinite alternate;
}


@keyframes galaxyMove {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 100% 100%;
    }
}







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

.logo {
  background: linear-gradient(135deg, #7739e0, #a970ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(167, 112, 255, 0.7);
  transition: all 0.3s ease;
}

.logo:hover {
  text-shadow: 0 0 20px rgba(167, 112, 255, 1);
  transform: translateY(-2px);
}

.tele {
  background: linear-gradient(135deg, #7739e0, #732fd8);
  color: #fff;
  padding: 20px 40px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #692fbe;
  box-shadow: 0 0 15px rgba(119, 57, 224, 0.7);
  transition: all 0.3s ease;
}

.tele:hover {
  box-shadow: 0 0 25px rgba(167, 112, 255, 0.9);
  transform: translateY(-2px);
}

.tele1 {
  background: linear-gradient(135deg, #d1bbf800, #732fd800);
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #692fbe;
  box-shadow: 0 0 15px rgba(119, 57, 224, 0.7);
  transition: all 0.3s ease;
}

.tele1:hover {
  box-shadow: 0 0 25px rgba(167, 112, 255, 0.9);
  transform: translateY(-2px);
}


.dropdown-panel {
  background: rgba(15, 0, 30, 0.95);
  border: 1px solid #a970ff66;
  border-radius: 10px;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .3s ease;
  opacity: 0;
}

.dropdown-panel.open {
  max-height: 400px;
  opacity: 1;
}

.dropdown-panel a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: #ddcaff;
  border-bottom: 1px solid rgba(169,112,255,0.12);
}

.dropdown-panel a:last-child {
  border-bottom: none;
}

.dropdown-panel a:hover {
  background: rgba(169,112,255,0.25);
}


.hero {
  text-align: center;
  padding: 50px 20px;
}

.hero h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 0 0 15px #a970ff55;
}

.hero p {
  font-size: 18px;Private
Contact
Methods
TOS
Power proof
root@PrivateNetwork
root@PrivateNetwork:~$ tos
TOS - Private Network 
1. No spam.
2. No sharing
3. No system violation.
4. No refund.
5. Respect for the staff.
 
root@PrivateNetwork:~$ 
© 2025 Private Networks. All rights reserved.
  margin-bottom: 20px;
  color: #ccc;
}

.btn-primary {
  background: #000;
  color: #fff;
  padding: 12px 24px;
  border: 1px solid #a970ff;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 10px #a970ff55;
  transition: 0.25s;
}

.btn-primary:hover {
  box-shadow: 0 0 20px #a970ffaa;
}


.terminal {
  background: #000;
  margin: 40px auto;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(119,39,224,0.6);
  overflow: hidden;
}

.terminal-header {
  background: #0b0016;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}

.terminal-header .btn {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 8px;
}

.terminal-header .red { background: #ff1500; }
.terminal-header .yellow { background: #ffbd2e; }
.terminal-header .green { background: #27c93f; }

.terminal-title {
  margin-left: 12px;
  font-size: 14px;
  opacity: 0.7;
}

.terminal-body {
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-wrap;
  border: 1px solid #a970ff55;
  box-shadow: inset 0 0 10px #a970ff33;
  color: #e0d7ff;
  min-height: 300px;
  text-align: left;


  background-color: rgba(10, 0, 30, 0.6); 
  backdrop-filter: blur(6px); 
  border-radius: 10px; 
}



.stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 20px;
  flex-wrap: wrap;
}

.stat-card {
  background: rgba(11, 0, 22, 0.24);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #a970ff55;
  box-shadow: 0 0 15px #a970ff44;

  /* Effet de blur */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); 
}


.stat-card span {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
}


.features {
  text-align: center;
  padding: 40px 20px;
}

.features-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-item {
  background: rgba(11, 0, 22, 0.253);
  padding: 30px;
  border-radius: 10px;
  max-width: 280px;
  border: 1px solid #a970ff55;
  box-shadow: 0 0 15px #a970ff44;
  transition: 0.3s;

  /* Effet de blur */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); 
}


.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px #a970ff66;
}


.pricing {
  text-align: center;
  padding: 40px 20px;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.price-card {
  background: rgba(11, 0, 22, 0.6);
  padding: 30px;
  border-radius: 10px;
  width: 240px;
  border: 1px solid #a970ff55;
  box-shadow: 0 0 15px #a970ff44;
  transition: 0.3s;

  /* Effet de blur */
.price-card {
  background: rgba(11, 0, 22, 0); 
  padding: 30px;
  border-radius: 10px;
  width: 240px;
  border: 1px solid #a970ff55;
  box-shadow: 0 0 15px #a970ff44;
  transition: 0.3s;

  /* Effet de blur */
  backdrop-filter: blur(8px);
}

}


.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px #a970ff66;
}

.price-card.featured {
  border: 2px solid #ffffff;
  box-shadow: 0 0 30px #a970ff99;
}


.site-footer {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  margin-top: auto;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}


.gallery {
  padding: 50px 20px;
  text-align: center;
}

.gallery h2 {
  color: #a970ff;
  text-shadow: 0 0 15px #a970ff55;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery-item {
  background: #0b0016;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #a970ff55;
  box-shadow: 0 0 15px #a970ff44;
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s forwards;
  animation-delay: 0.2s;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px #a970ff66;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.gallery-center {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 0 auto;
}


.lightbox {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 0, 55, 0.95);
  justify-content: center;
  align-items: center;
  animation: fadeLightbox 0.3s ease-in;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 30px #a970ff99;
  opacity: 0;
  transform: scale(0.9);
  animation: zoomIn 0.3s forwards;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@keyframes fadeLightbox {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(11, 0, 22, 0.4); 
    backdrop-filter: blur(10px);      
    -webkit-backdrop-filter: blur(10px); 
    z-index: 1000;
    border-bottom: 1px solid rgba(167, 112, 255, 0.3); 
}



.top-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.top-nav a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: 0.25s;
}

.top-nav a:hover {
    background: #8f4aff;
    box-shadow: 0 0 12px #8f4aff;
    transform: translateY(-2px);
}

.footer {
    background: linear-gradient(180deg, #3d0f7e4b, #170725);
    color: #b7a7c4;
    text-align: center;
    padding: 30px 20px;
    border-top: 1px solid rgba(131, 22, 233, 0.897);
    font-family: "Inter", sans-serif;
    margin-top: auto;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: #c7d0e0;
    margin: 0 15px;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #4da3ff;
}

.footer-copy {
    font-size: 14px;
    opacity: 0.8;
}

.footer-brand {
    color: #be4dff;
    text-decoration: none;
}

.footer-brand:hover {
    text-decoration: underline;
}
