    body {
      font-family: Arial, sans-serif;
      color: #FFF;
      text-align: center;
      padding-top: 60px; /* spațiu egal cu header pentru a nu-l acoperi */
      background-color: #0E0F18;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0;
      min-height: 100vh;
      overflow-x: hidden; /* previne scroll orizontal */
    }

    .background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: blur(10px);
      z-index: -1;
    }

    .finisher-header {
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100vh;
      z-index: -1;
    }

    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      background: transparent;
    }

    /* HEADER */
    .header {
      background-color: #0E141D;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2px 300px;
      height: 60px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      box-shadow: 0 -2px 5px rgba(0,0,0,0.5);
    }

    h1 {
      font-family: 'Segoe UI', sans-serif;
      font-weight: 700;
    }

    p {
      font-family: 'Segoe UI', sans-serif;
      font-weight: 500;
    }

.navbar {
display: flex;
gap: 5px;

}

.navbar button {
background-color: #555;
color: white;
border: none;
padding: 8px 12px;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
}

.navbar button:hover {
background-color: #777;
}

.btn_magazin{
  width: 250px;
  height: 160px;
  margin-right: 20px;
  background: #151822;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  position: relative;
  display: inline-block;
  
  font-size: 30px;
  text-decoration: none;
  color: #555;

  border: 1px solid; /* border invizibil inițial */
  border-color: #555;
  border-radius: 5%;
  transition: border-color 0.5s ease;
}

.btn_magazin:hover {
  color: #007BFF;
  border-color: #007BFF; /* border devine vizibil la hover */
}

.btn_magazin:hover::before {
  width: 100%;
}

.btn_magazin .titlu_magazin {
  position: absolute;
  top: 75px;
  left: 30px;

  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFF;

  transition: color 0.5s ease;
}

.btn_magazin:hover .titlu_magazin {
  color: #007BFF; /* albastru (sau alt cod de albastru dorit) */
}

.titlu_magazin::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px; 
  background: #007BFF;
  transition: width 0.4s ease;

}

.btn_magazin .icon_magazin {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 60px;
  height: 60px;
}

.btn_magazin .info_magazin
{
  position: absolute;
  top: 107px;
  left: 30px;

  font-family: 'Segoe UI', sans-serif;
  font-weight: 100;
  font-size: 15px;
  color: #555;
}

.btn_acasa {
  font-family: 'Segoe UI', sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  
  font-size: 20px;
  text-decoration: none;
  color: #FFFF;

}

.btn_acasa::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #007BFF;
  transition: width 0.4s ease;

}

.btn_acasa:hover{
  color: #007BFF;
}

.btn_acasa:hover::before {
  width: 100%;
}

/* Alege minecraft */
.container_mc {
  width: 200px;
  height: 250px;
  margin-right: 20px;
  background-color: #151822;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  position: relative;
  display: inline-block;
  
   font-size: 30px;
   text-decoration: none;
   color: #FFFF;

  border: 1px solid; /* border invizibil inițial */
  border-color: #555;
  border-radius: 5%;
  transition: border-color 0.5s ease;
}

.container_mc:hover{
  color: #007BFF;
  border-color: #007BFF;
}

.container_mc:hover::before {
  width: 100%;
}

.container_mc .icon_mc {
  position: absolute;
  top: 25px;
  left: 49px;
  width: 100px;
  height: 100px;

  -webkit-user-select: none;  /* Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE/Edge */
  user-select: none;          /* Standard */
  pointer-events: none;       /* Dezactivează evenimente mouse */
}

.container_mc .titlu_item {
  position: absolute;
  top: 130px;
  left: 44px;

  font-family: 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFF;

  transition: color 0.5s ease;
}

.container_mc:hover .titlu_item::before {
  width: 100%;
}

/* container cs 1.6 */
.container_cs {
  width: 200px;
  height: 250px;
  margin-right: 20px;
  background-color: #151822;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  position: relative;
  display: inline-block;
  
   font-size: 30px;
   text-decoration: none;
   color: #FFFF;

  border: 1px solid; /* border invizibil inițial */
  border-color: #555;
  border-radius: 5%;
  transition: border-color 0.5s ease;
}

.container_cs:hover{
  color: #007BFF;
  border-color: #007BFF;
}

.container_cs:hover::before {
  width: 100%;
}

.container_cs .icon_cs {
  position: absolute;
  top: 25px;
  left: 49px;
  width: 100px;
  height: 100px;

  -webkit-user-select: none;  /* Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE/Edge */
  user-select: none;          /* Standard */
  pointer-events: none;       /* Dezactivează evenimente mouse */
}

.container_cs .titlu_item {
  position: absolute;
  top: 130px;
  left: 63px;

  font-family: 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFF;

  transition: color 0.5s ease;
}

.container_cs:hover .titlu_item::before {
  width: 100%;
}

.titlu_item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px; 
  background: #007BFF;
  transition: width 0.4s ease;

}
    .btn_intra {
      position: absolute;
      padding: 1px 25px;
      top: 190px;
      background-color: #11131C;
      font-family: 'Segoe UI', sans-serif;
      font-weight: 400;
      font-size: 25px;
      text-decoration: none;
      color: #FFF;
      display: inline-block;
      border: 1px solid #555;
      border-radius: 10px;
      transition: border-color 0.5s ease, box-shadow 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      left: 49px;
    }

    .btn_intra:hover {
      color: #007BFF;
      border-color: #007BFF;
      box-shadow: 0 0 15px #0070f3;
      transform: translateY(-1px);
    }

    .description {
      color: #555;
      margin-top: 40px;
      font-size: 18px;
    }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;           /* înălțimea footerului */
  background-color: #0E141D;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;          /* să fie peste animație și alte elemente */
  box-shadow: 0 -2px 5px rgba(0,0,0,0.5);
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
}
