body {
    background-color: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    background-color: #000;
    z-index: 100;
    border-bottom: 3px solid #0e0e0e;
    height: 60px;
    margin: 0px auto;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    flex-wrap: nowrap;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 40px;
}


.logo {
    height: 40px;
    pointer-events: none;
}

.navbar-links {
    margin-left: 1350px;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-size: 14px;
    transition: color 0.2s ease;
}

nav a:hover {
    color: #aaa;
}

.tuff-logo {
    height: 26px;
    width: auto;
    transform: scale(5.3);
    transform-origin: right center;
    position: relative;
    top: -7px;
    left: 70px;
    transition: transform 0.3s ease;
}

.tuff-logo:hover {
    transform: scale(5.44);
}

.footer {
    background-color: #000;
    border-radius: 25px;
    margin: 40px 16px 0;
    padding: 24px;
    text-align: center;
    animation: slideUp 0.6s ease-out;
    margin-top: auto;
    padding-bottom: 80px;
    color: white;
    position: relative;
    z-index: 2;
}

.footer-content h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: white;
    animation: fadeIn 1s ease-in;
}

.footer-content p {
    font-size: 14px;
    margin: 6px 0;
    color: #ccc;
    animation: fadeIn 1s ease-in;
}

.footer-nav,
.footer-connect {
    margin: 12px 0;
    animation: fadeIn 1s ease-in;
}

.footer-nav a,
.footer-connect a {
    margin: 0 12px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-nav a:hover,
.footer-connect a:hover {
    color: #aaa;
}

.footer-copy,
.footer-credit {
    font-size: 12px;
    color: #888;
    margin-top: 12px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    margin: 40px 0 20px 0;
}

.footer-nav-columns {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto 40px auto;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.left-column {
    margin-left: 20px;
}

.right-column {
    margin-right: 200px;
    align-items: flex-end;
}

.footer-column a {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 1rem;
    opacity: 0.9;
}

.footer-content {
    position: relative;
}

.footer-bottom-left {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: left;
}

.footer-bottom-left p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.6;
    line-height: 1.4;
}

.footer-bottom-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
}

.footer-bottom-right p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.6;
    line-height: 1.4;
}

.footer-heading-block {
    position: relative;
    left: 0%;
    top: 65px;
    text-align: left;
    max-width: 400px;
}

nav a:first-child {
    z-index: 9999;
    pointer-events: auto;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    header {
        margin: 10px;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        border-radius: 15px;
    }

    .navbar-links {
      margin-left: 0;
      gap: 10px; /* spacing between links */
      display: flex;
      flex-direction: row; /* keep in one row */
      flex-wrap: wrap; /* optional, so they wrap if screen is too narrow */
      justify-content: center; /* center them horizontally */
      align-items: center;
  }

    .navbar {
        flex-direction: column;
        padding: 6px 10px;
    }

    nav a {
        margin: 8px 0;
        font-size: 16px;
    }

    .logo {
        transform: scale(2.5);
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }

    .footer-nav-columns {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .left-column,
    .right-column {
        margin: 10px 0;
        align-items: center;
    }

    .footer-bottom-left,
    .footer-bottom-right {
        position: static;
        text-align: center;
        margin-top: 10px;
    }

    .footer-heading-block {
        top: 20px;
        text-align: center;
        max-width: 100%;
        left: 0;
    }

    .logo {
        display: none;
    }
}

/* a */

.title {
    text-align: left;
    padding-left: 50px;
}

.update {
    text-align: left;
    padding-left: 55px;
    padding-bottom: 10px;
}

.privacy-policy {
    padding-bottom: 50px;
}

.welcome {
    text-align: left;
    max-width: 1000px;
}

.explain {
    padding-left: 30px;
    max-width: 1000px;
}

.bulletpoints {
    padding-left: 70px;
    max-width: 1000px;
}

.privacy-policy {
    text-align: left;
    max-width: 1000px;
    padding-left: 55px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  margin: 40px 0 20px 0;
}



.legal-frame {
    background-color: #000;
    border: 3px solid #0e0e0e;
    border-radius: 14px;
    padding: 24px;
    width: 200px;
    max-width: 260px;
    position: absolute;
    right: 60px;
    top: 200px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.legal-frame h3 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.legal-button {
    font-weight: 600;
    display: block;
    background-color: #000;
    border: 2px solid #0e0e0e;
    border-radius: 12px;
    width: 95%;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    font-weight: medium;
}

.legal-button:hover {
    background-color: #0e0e0e;
}

@media (max-width: 768px) {
    header {
        margin: 10px;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        border-radius: 15px;
    }

    .navbar {
        flex-direction: column;
        padding: 6px 10px;
    }

    nav a {
        margin: 8px 0;
        font-size: 16px;
    }

    .logo {
        transform: scale(2.5);
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }

    .footer-nav-columns {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .left-column,
    .right-column {
        margin: 10px 0;
        align-items: center;
    }

    .footer-bottom-left,
    .footer-bottom-right {
        position: static;
        text-align: center;
        margin-top: 10px;
    }

    .footer-heading-block {
        top: 20px;
        text-align: center;
        max-width: 100%;
        left: 0;
    }

    .tuff-logo {
        display: none;
    }
}

@media (max-width: 768px) {
    .legal-frame {
        position: static;
        max-width: 100%;
        margin: 30px auto;
    }
}

/* Animations */
@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animate-in {
    animation: slideUp 0.6s ease-out, fadeIn 1s ease-in;
}

.cursor-circle {
    position: fixed;
    pointer-events: none;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(75, 75, 75, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out;
    z-index: 9999;
}

.animate-in {
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.8s ease-out;
}

.animate-in.visible {
    opacity: 1;
    transform: translateY(0);
}

section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}
