* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', serif;
    user-select: none;
}
html,
body {
    height: 100%;
    color: hsl(240 10% 3.9%);
    position: relative;
}

.aurora-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(80px) saturate(2);
}

#aurora-canvas {
    width: 100%;
    height: 100%;
    background: white;
}
.download-button {
    width: 90%;
    max-width: 990px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-40px);
    text-align: center;
    padding: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    font-size: x-large;
    border-radius: 70px;
    border: 8px solid rgba(255, 255, 255, 0.5);
    filter: drop-shadow(0 4px 60px rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(8px);
}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    /*    backdrop-filter: blur(20px);*/
    color: black;
    padding: 0.7rem;
    z-index: 1000;
    color: white;
}

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

.nav-logo img {
    height: 40px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 17px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1010;
    position: relative;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s linear;
}

.nav-toggle.active span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: rgba(0, 0, 0, 0.8);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: rgba(0, 0, 0, 0.8);
}

.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 0.5rem;
    font-size: 15px;
}

.nav-item a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    transition: color 0.3s ease;
    font-family: 'Montserrat', serif;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 13px;
}

.nav-item:last-child {
    margin-left: 0.5rem;
}

.nav-item a:hover {
    color: black;
    background: rgba(255, 255, 255, 0.5);
}

.nav-item .cta-button {
    background: #171717;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 47px;
    font-size: 13px;
    transition: background-color 0.3s ease;
}

.nav-item .cta-button:hover {
    background: #000;
    color: white;
    text-decoration: none;
}

.nav {
    transition: all 0.3s ease;
}

.nav.scrolled {
    background: #080a10;
    backdrop-filter: blur(10px);
}

.header {
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-image {
    width: 90%;
    max-width: 840px;
    -webkit-transform: perspective(1000px) rotate3d(-1, 0, 0, 10deg) translateZ(0);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.5));
}

.header-image:hover {
    -webkit-transform: perspective(1000px) rotate3d(-1, 0, 0, 0deg);
}

/* Footer Styles */
.footer {
    background: #080a10;
    color: #ffffff;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-section:first-child {
    padding-right: 2rem;
}

.footer-logo {
    max-width: 40px;
}

.footer-logo-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-tagline {
    font-size: 1.125rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.footer-company {
    color: #666;
    font-size: 0.875rem;
}

.footer-section h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-section ul li a {
    color: #999;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 0.875rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
}

.footer-legal a {
    color: #999;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: #fff;
}

.footer-copyright {
    text-align: right;
}

.footer-copyright p {
    margin: 0.25rem 0;
}

.social-link {
    transition: color 0.3s ease;
    text-decoration: none;
    filter: invert(1);
    opacity: 0.6;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-list {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 100%;
        background: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s ease;
        z-index: 1000;
        padding-top: 60px;
        backdrop-filter: blur(20px);
    }

    .nav-list.active {
        right: 0;
    }

    .nav-item {
        opacity: 0;
        transform: translateX(100px);
        transition: all 0.3s ease;
        display: flex !important;
    }

    .nav-list.active .nav-item {
        opacity: 1;
        transform: translateX(0);
    }

    .cta-form {
        flex-direction: column;
        padding: 0 1rem;
    }

    .cta-input,
    .cta-button {
        width: 100%;
    }

    .cta-title {
        font-size: 1.75rem;
        padding: 0 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-copyright {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .nav-list {
        align-items: flex-start;
        padding: 1rem;
        gap: 0rem;
    }

    .nav-item a {
        font-size: 28px;
        font-weight: 800;
    }

    .nav-item:last-child {
        margin-left: 0;
    }

    .nav-item .cta-button {
        font-size: 28px;
        font-weight: 800;
        border: none;
        background: transparent;
        color: black;
    }
}
