body {
    background: rgb(9,9,11);
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    
}


.top-bar {
    background-color: rgb(9, 9, 11);
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(20,20,20);
}



.logo {
    position: absolute;
    top: -40%;
    left: 20px;
    z-index: 101;
    width: 50%;
    height: 5px;
}


@media (max-width: 900px) {
    .logo {
        display: none;
    }
}

.login {
    position: absolute;
    display: inline-block;
    top: 40%;
    right: 20px;
    z-index: 101;
}

.logo img {
    width: 200px;
}



.top-bar a {
    margin: 0 35px;
    padding: 0.25em 0.5em;
    border: none; 
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    position: relative; 
}

.top-bar a:not(:has(img))::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background-image: linear-gradient(135deg, #006466 24%, #186785 50%, #186785 79%, #316AA4 100%);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    transform: translateX(-50%);
}

.top-bar a:not(:has(img)):hover::after {
    width: 100%;
}

.top-bar a:hover {
    color: transparent;
    background-image: linear-gradient(135deg, #02888a 24%, #1f82a9 50%, #1f7ea4 79%, #3d83ca 100%);
    background-clip: text;
}

.center-content {
  width: 100%;
  height: calc(100.5vh - 80px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  background-color: rgb(9,9,11);

  --gap: 5em;
  --line: 1px;
  --color: rgba(255,255,255,0.2);

  background-image:
    linear-gradient(-90deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    ),
    linear-gradient(0deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    );

  background-size: var(--gap) var(--gap);

  /* fade only the grid */
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}



.transparent-word {
    color: transparent;
    background-image: linear-gradient(135deg, #009598 30%, #2698c5 58%, #2492be 88%, #4188d0 100%);
    background-clip: text;
}


/* Ensure buttons and title stay centered */
.content-wrapper {
    margin-top: 7%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Optional */
    text-align: center;
}

@media (max-width: 380px) {
    .content-wrapper{
        text-align: center;
        margin-top: 20%;
        margin-right: 7%;
    }
}


:root {
    --clr-neon: hsl(253, 100%, 54%);
    --clr-sex: linear-gradient(135deg, #006466 24%, #186785 50%, #186785 79%, #316AA4 100%);
}


.transparent-button {
    font-size: 2rem;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: white;
    padding: 0.25em 0.4em;
    border-radius: 2px;
    text-shadow: none;
    position: relative;
    transition: box-shadow 100ms linear, background-color 100ms linear, filter 100ms linear;
    margin-top: 80px;
}

.transparent-button:hover {
    color: transparent;
    background-image: linear-gradient(135deg, #02888a 24%, #1f82a9 50%, #1f7ea4 79%, #3d83ca 100%);
    background-clip: text;
}

/* Add an underline effect only for buttons (excluding images) */
.transparent-button:not(:has(img))::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; /* Adjust distance from text */
    width: 0%;
    height: 2px; /* Thickness of underline */
    background-image: linear-gradient(135deg, #006466 24%, #186785 50%, #186785 79%, #316AA4 100%);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    transform: translateX(-50%);
}

.transparent-button:not(:has(img)):hover::after {
    width: 100%; /* Expand the underline */
}



.neon-button {
    align-items: center;
    appearance: none;
    background-color: #EEF2FF;
    border-radius: 8px;
    border-width: 2px;
    border-color: #536DFE;
    box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, 
                rgba(83, 109, 254, 0.15) 0 7px 13px -3px, 
                transparent 0 -3px 0 inset;
    box-sizing: border-box;
    color: #536DFE;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 56px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 20px;
  }
  
  .neon-button:focus {
    outline: none;
    box-shadow: transparent 0 0 0 1.5px inset, 
                rgba(83, 109, 254, 0.4) 0 2px 4px, 
                rgba(83, 109, 254, 0.3) 0 7px 13px -3px, 
                transparent 0 -3px 0 inset;
  }
  
  .neon-button:hover {
    box-shadow: rgba(83, 109, 254, 0.3) 0 4px 8px, 
                rgba(83, 109, 254, 0.2) 0 7px 13px -3px, 
                transparent 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .neon-button:active {
    box-shadow: transparent 0 3px 7px inset;
    transform: translateY(2px);
  }
  

.title,
.neon-button,
.transparent-button {
    text-align: center;
}

.title {
    max-width: 75%;
    font-size: 3rem;
    margin-bottom: 10px;
    
    color: rgb(200, 200, 200);
}



.title,
    .neon-button,
    .transparent-button {
        position: center;
        left: 0%;
        right: 0%;
    }

@media (max-width: 500px) {
    .title,
    .neon-button,
    .transparent-button {
        position: center;
        left: 0%;
        right: 0%;
    }
}


@media (max-height: 800px) {
    .title {
      top: 25%;
      margin-top: 2px;
    }

    .neon-button,
    .transparent-button {
      margin-top: 2px;
    }
  }

  .tos-content-free {
    background-color: rgb(12, 12, 15);
    text-align: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    line-height: 1.5;
    color: rgb(120, 126, 160);
    border-radius: 16px;
    width: 17%;
    border: 1px solid #f5ae43;
    box-shadow: 5px 5px 8px 5px #f5ae43;
    overflow: hidden;
}

  .tos-content {
    background-color: rgb(12, 12, 15);
    text-align: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    line-height: 1.5;
    color: rgb(120, 126, 160);
    border-radius: 16px;
    width: 17%;
    border: 1px solid rgba(255, 255, 255, 0.06);
        overflow: hidden;

}
    
    .tos-content-a{
        background-color: rgb(12, 12, 15);
        text-align: left;
        margin-left: 1.5%;
        margin-right: 1.5%;
        line-height: 1.5;
        color: rgb(120, 126, 160);
        border-radius: 16px;
        width: 17%;
        border: 1px solid #ba91ff;
        box-shadow: 5px 5px 8px 5px #ba91ff;
            overflow: hidden;

    }

    .tos-content-b{
        background-color: rgb(12, 12, 15);
        text-align: left;
        margin-left: 1.5%;
        margin-right: 1.5%;
        line-height: 1.5;
        color: rgb(120, 126, 160);
        border-radius: 16px;
        width: 17%;
        border: 1px solid #ff9090;
        box-shadow: 5px 5px 8px 5px #ff9090;
            overflow: hidden;

    }
    .tos-content-free:hover,
    .tos-content:hover,
.tos-content-a:hover,
.tos-content-b:hover {
    transform: translateY(-10px);
}

.tos-content-free,
.tos-content,
.tos-content-a,
.tos-content-b {
    transition: transform 0.3s ease;
}

@media (max-width: 1900px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 19%;
    }
}

@media (max-width: 1520px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 25%;
        margin-top: 3%;
    }
}

@media (max-width: 1360px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 25%;
        margin-top: 3%;
    }
}

@media (max-width: 1200px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 28%;
    }
}

@media (max-width: 1070px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 30%;
    }
}

@media (max-width: 900px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        margin-top: 3%;
        width: 40%;
    }
}

@media (max-width: 790px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 50%;
    }
}

@media (max-width: 690px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 55%;
    }
}

@media (max-width: 560px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 75%;
    }
}

@media (max-width: 470px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 90%;
    }
}

@media (max-width: 300px) {
    .tos-content-free,
    .tos-content,
    .tos-content-a,
    .tos-content-b {
        width: 100%;
    }
}

.tos-title-free {
        font-size: 2rem;
        color: white;
        width: 100%; 
        text-align: center;
        z-index: 9999;
        color: #f5ae43;
    text-shadow: 0 0 20px rgba(239, 148, 10, 0.25);  
}

.tos-title {
        font-size: 2rem;
        color: white;
        width: 100%;
        text-align: center;
        z-index: 9999;
        color: #7ce0ff;
    text-shadow: 0 0 20px rgba(124,224,255,.25);  
}

.tos-title1 {
    font-size: 2rem;
    width: 100%; /* Allow the width to adapt to the container size */
    text-align: center;
    z-index: 9999;
    color: #ba91ff;
    text-shadow: 0 0 20px rgba(186,145,255,.5);   
}

.tos-title2 {
    font-size: 2rem;
    width: 100%; /* Allow the width to adapt to the container size */
    text-align: center;
    z-index: 9999;
    color: #ff9090;
    text-shadow: 0 0 15px hsla(0,100%,78%,.75);  
}



.price {
    margin-top: -12%;
    margin-bottom: 18%;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    z-index: 9999;
    position: relative;
    color: rgb(120, 126, 160);
}

.tos-sub {
    max-width: 85%;
    margin-top: -3%;
    font-size: 1.3rem;
    width: 100%;
    margin-left: 5%;
    text-align: left;
    z-index: 9999;
    position: relative;
    color: rgb(140, 146, 180);
}

.license-desc {
    max-width: 80%;
    margin-top: -2%;
    margin-bottom: -13%;
    font-size: 1rem;
    width: 100%;
    margin-left: 10%;
    text-align: left;
    z-index: 9999;
    position: relative;
    color: rgb(120, 126, 160);
}

.license-desc-inner {
    max-width: 80%;
    margin-top: -6%;
    margin-bottom: -11.5%;
    font-size: 1rem;
    width: 100%;
    margin-left: 10%;
    text-align: left;
    z-index: 9999;
    position: relative;
    color: rgb(120, 126, 160);
}

.checkmark {
    color: transparent;
    background-image: linear-gradient(135deg, #009598 30%, #2698c5 58%, #2492be 88%, #4188d0 100%);
    background-clip: text;
}

.checkmark-premium {
    color: transparent;
    background-image: linear-gradient(135deg, #316AA4 43%, #7B6BB6 57%, #CE6CC9);
    background-clip: text;
}

.crossmark {
    color: transparent;
    background-image: linear-gradient(135deg, #ff4e50 0%, #e97b81 100%);
    background-clip: text;
}

.minus {
    color: transparent;
    background-image: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
    background-clip: text;
}



hr {
    border: none;
    height: 1px;
    background-color: rgb(140, 146, 180);
    margin-top: -10%;
    margin-bottom: 7%;
    max-width: 80%
}



.tos-button-free {
    display: inline-block;
    margin-bottom: 10%;
    margin: auto;
    text-align: center;
    width: 70%;
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    font-size: 1.3em;
    color: rgb(200,200,200);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    text-decoration: none;
  }
  
  .tos-button-free::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90%;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #f5ae43;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .tos-button-free:hover::before {
    scale: 3;
  }

  .tos-button-free:hover {
    color: #ffffff;
    scale: 1.1;
    
  }

  .tos-button-free:active {
    scale: 1;
  }


.tos-button {
    display: inline-block;
    margin-bottom: 10%;
    margin: auto;
    text-align: center;
    width: 70%;
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    font-size: 1.3em;
    color: rgb(200,200,200);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    text-decoration: none;
  }
  
  .tos-button::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90%;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: linear-gradient(135deg, #006466 24%, #186785 50%, #186785 79%, #316AA4 100%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .tos-button:hover::before {
    scale: 3;
  }
  
  .tos-button:hover {
    color: #ffffff;
    scale: 1.1;
    background: linear-gradient(135deg, #006466 24%, #186785 50%, #186785 79%, #316AA4 100%);
  }
  
  .tos-button:active {
    scale: 1;
  }

.purchase-thing {
    display: flex;
    text-align: left;
    margin-bottom: 5%;
}

.tos-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
    filter: brightness(1.2);
}


.content-section {
    padding: 50px 0;
    animation: fadeIn 1s ease;

    background: rgb(9,9,11);
}


.content-section-features {
    background-image: url("pattern.png");
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    background-color: rgb(9,9,11);
    background-position: center 70%;
}


.feature-row-top {
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    flex-wrap: wrap;
    margin-top: 5%;
    gap: 0.5%;
}

.feature-row {
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    flex-wrap: wrap;
    margin-top: 0.5%;
    gap: 0.5%;
}

.lualock-text {
    font-size: 1.5rem;
    color: white;
    width: 100%;
    text-align: center;
    background: linear-gradient(125deg, #316AA4 43%, #7B6BB6 57%, #CE6CC9);
    background-clip: text;
    color: transparent;
    margin-bottom: -3%;
}

.feature-title {
    font-size: 2.5rem;
    color: white;
    width: 100%;
    text-align: center;
}


.feature-subtitle {
    font-size: 1.5rem;
    color: rgb(120, 126, 160);
    width: calc(20% - 20px);
    text-align: center;
}



.feature {
    margin-top:20%;
    background-color: rgb(12, 12, 15);
    padding: 2%;
    margin: 0.1%;
    color: white;
    width: 20%;
    height: 210px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.4s ease;
    z-index: 1;
    overflow: hidden;
    
}

.feature:hover {
    transform: translateY(-10px);
}

.feature-faq {
    margin-top:20%;
    background-color: rgb(12, 12, 16);
    padding: 2%;
    margin: 0.1%;
    color: white;
    width: 20%;
    height: 210px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.4s ease;
    z-index: 1;
    overflow: hidden;
    
}


.glow-clip {
  position: absolute; inset: 0;
  overflow: hidden;           /* clips descendants */
  pointer-events: none;
}

.glow-effect {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 50%);
    background-clip: padding-box;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease;
    overflow: hidden;
}

.feature:hover .glow-effect {
    opacity: 1;
}


.feature-img {
    width: 15%;
    position: absolute;
    left: 77%;
    top: 6%;
    z-index: 1;
}

.transparent-img {
    position: absolute;
  top: 40%;
  left: 70%;
  width: 30%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}

@media (max-width: 1450px) {
    .feature {
        width: 25%;
    }
}

@media (max-width: 1180px) {
    .feature {
        width: 28%;
    }
}

@media (max-width: 1000px) {
    .feature {
        width: 33%;
    }
}

.feature p {
    margin: 2.5%;
}

.feature-title-real {
    color: #ffffff;
    font-size: 1.5em;
    max-width: 80%;
}

.feature-subtitle-real {
    color: #aaaaaa;
    margin-top: 5px;
}








@media (max-width: 800px) {
    .feature-row {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        margin-top: 5%;
    }

    .feature-subtitle,
    .feature {
        width: 60%;
    }

    


    .feature:nth-child(4) {
        margin-top: 20px;
    }
}


.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(20, 17, 20);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 0.5em 0 var(--clr-neon);
    z-index: 1000; /* Ensure it's above other content */
    display:none;
}

.login-form h2 {
    font-size: 2rem;
    color: white;
    margin-bottom: 20px;
}

.login-form form {
    display: inline-block;
    text-align: center;
}

.login-form form label {
    display: block;
    font-size: 1.2rem;
    color: white;
    margin-bottom: 10px;
}

.login-form form input[type="text"],
.login-form form input[type="password"] {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.login-form form button {
    font-size: 1.2rem;
    color: white;
    background-color: var(--clr-neon);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .login {
        display: none;
    }
}


@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


.content {
    padding: 20px;
}

.faq {
    margin-top: 10%;
    background-color: rgb(11, 11, 15);
    color: rgb(200, 200, 200);
    padding: 20px 0;
    text-align: center;
}

.faq-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer {
    margin-top: 10%;
    background-color: rgb(0, 0, 0);
    color: rgb(200, 200, 200);
    padding: 20px 0;
    text-align: center;
    display:flex;
    flex-direction: column;
}

.footer-content {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-category {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer-category-title {
    font-size:  2.5rem;
    color: white;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.footer p {
    margin: 0;
    font-size: 14px;
}

.link {
    margin-top: 10px;
    color: rgb(200, 200, 200);
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:20px;
    align-items: flex-start;
    text-decoration: none;
}

.link li {
    margin: 0 10px;
}

.link a {
    color: rgb(200, 200, 200);
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

html, body {
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

