* {
    user-select: none;
}


html, body {
    height: 100%;
    margin: 0;
    background: black;
    display: grid;
}

body {
    margin: 0;
    display: block;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(22px, 3.5vw, 60px);;
    color: white;
    font-weight: 900;
    margin-bottom: 2vh;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(20px, 3vw, 55px);;
    color: white;
    font-weight: 700;
    margin-bottom: 2vh;
}






.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 100% высоты окна */
    padding-bottom: 4vh;
}


.main {
      p {
          font-family: 'Inter', sans-serif;
          font-size: clamp(11px, 1.75vw, 35px);;
          color: gray;
          font-weight: 400;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: 50vw;
        }
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5em;
      margin-left: 8vw;
}


.projects {
    p {
        font-family: 'Inter', sans-serif;
        font-size: clamp(5px, 1.2vw, 25px);;
        color: gray;
        font-weight: 400;
        margin-right: 50vw;
    }
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 4vh;
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}
a {
    font-family: 'Inter', sans-serif;
    pointer-events: auto;
}

.tg:hover {
    border-color: white;
    color: white;
}

.tg {
    p {
        font-family: 'Inter', sans-serif;
        font-size: clamp(5px, 1.2vw, 25px);;
        color: gray;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 50vw;
    }
    font-size: clamp(8px, 1.5vw, 30px);;
    color: gray;
    font-weight: 500;
    margin-top: 6vh;
    margin-bottom: 3em;
    margin-right: 50vw;
    border: 0.1vw solid gray;
    padding: 0.6em 1.5em;
    border-radius: 0; /* если нужна строго прямоугольная обводка */
    text-decoration: none; /* убираем подчёркивание */
    display: inline-block;
    transition: 0.2s;
    }

.tg:hover {
    border-color: white;
    color: white;
}

.x-vpn {
    p {
        font-size: clamp(8px, 1.75vw, 32px);
        color: gray;
        margin-right: 1.5em;
    }
    h3 {
        color: white;
        margin-right: 1.5em;
    }
    font-size: clamp(12px, 2vw, 40px);
    color: white;
    font-weight: 500;
    margin-top: 6vh;
    margin-left: 0;
    margin-right: 50vw;
    border: 0.05vw solid white;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 10vh;
    border-radius: 0; /* если нужна строго прямоугольная обводка */
    text-decoration: none; /* убираем подчёркивание */
    display: inline-block;

    transition: 0.2s;
}

.x-vpn:hover{
    background-color: rgba(255, 255, 255, 0.075);
}




  @media (max-width: 700px) {
    .main {
      a, p {
        margin-right: 8vw;
      }
    }

    .x-vpn{
      p {
        font-size: clamp(12px, 2.5vw, 40px);
      }
      font-size: clamp(16px, 3vw, 50px);
      margin-right: 8vw;
    }


    p{
      font-size: clamp(15px, 2vw, 45px);
    }

    .tg{
      font-size: clamp(18px, 2.25vw, 45px);
      padding: 1.2em 3em;
    }
    h1 {
      font-size:  clamp(30px, 4vw, 65px);
    }
    h2 {
        font-size: clamp(28px, 3.5vw, 60px);
    }

    .footer {
        font-size: 2vw;
    }

    .projects {
        p {
            margin-right: 8vw;
            font-size: clamp(8px, 1.5vw, 35px);
        }
    }
    }


.install-selector {
    label {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    }
  margin-top: 2vh;
  color: white;
  font-size: clamp(12px, 1.5vw, 32px);
}

.install-selector select {
  background: black;
  color: white;
  border: 0 solid white;
  border-radius: 0;
  padding: 0.5em;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: inherit;
}

.install-selector select option {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  border: 0 solid white;
  padding: 0.5em;
  font-size: inherit;
}

.install-selector select option:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  border: 0 solid white;
  padding: 0.5em;
  font-size: inherit;
}

.footer {
  border-top: solid white 0.02em;
  font-family: 'Inter', sans-serif;
  margin-top: 10vh;
  padding: 1em 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.25vw;
  color: white;
  backdrop-filter: blur(4px);
}

.footer a {
  color: white;
  padding: 0.6em 0.6em;
  border-radius: 0.5em;
  text-decoration: none;
}

.footer a:hover {
  background: rgba(255, 255, 255, 0.1);
}


.bubble {
    position: absolute;
    bottom: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(8px);
    animation: rise 5s linear infinite;
    opacity: 0;
}



@keyframes rise {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0;
  }
}
