* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #000000;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

header {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

nav a:hover, nav a.active {
    background-color: #333;
}

main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 0;
}

.home-content h1 {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.download-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.store-button {
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    min-width: 180px;
    justify-content: center;
    opacity: 0.6;
    cursor: not-allowed;
}

.store-button:hover {
    background-color: #2a2a2a;
    border-color: #444;
}

.store-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.store-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.store-text-small {
    font-size: 0.7rem;
    opacity: 0.8;
    line-height: 1;
}

.store-text-large {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.coming-soon {
    font-size: 0.9rem;
    color: #999;
    margin-top: 15px;
    font-style: italic;
}

.page-content {
    padding: 60px 0;
    text-align: center;
}

.page-content h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.page-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.8;
}

/* Legal document styling */
.legal-content {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.legal-content h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 300;
}

.legal-content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

.legal-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 400;
}

.legal-content p {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.legal-content li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.legal-content strong {
    opacity: 1;
}

footer {
    border-top: 1px solid #333;
    padding: 30px 0;
    text-align: center;
    margin-top: auto;
}

footer nav {
    margin-bottom: 20px;
}

footer nav ul {
    justify-content: center;
    margin-bottom: 0;
}

footer p {
    opacity: 0.7;
    font-size: 0.9rem;
}

.hidden {
    display: none;
}

@media (max-width: 768px) {
    .home-content h1 {
        font-size: 2.5rem;
    }

    .page-content h1, .legal-content h1 {
        font-size: 2rem;
    }

    nav ul {
        gap: 15px;
    }

    nav a {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .download-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .store-button {
        min-width: 200px;
    }

    .legal-content {
        padding: 40px 20px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #000000;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

header {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

nav a:hover, nav a.active {
    background-color: #333;
}

main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 0;
}

.home-content h1 {
    font-family: 'Didot', 'Times New Roman', serif;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    line-height: 1.1;
}

.tagline {
    font-family: 'Didot', 'Times New Roman', serif;
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.2;
}

.description {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 50px;
    opacity: 0.8;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.download-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.store-button {
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    min-width: 180px;
    justify-content: center;
    opacity: 0.6;
    cursor: not-allowed;
}

.store-button:hover {
    background-color: #2a2a2a;
    border-color: #444;
}

.store-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.store-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.store-text-small {
    font-size: 0.7rem;
    opacity: 0.8;
    line-height: 1;
}

.store-text-large {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.coming-soon {
    font-size: 1.1rem;
    color: #999;
    font-weight: 300;
    font-style: normal;
}

.page-content {
    padding: 60px 0;
    text-align: center;
}

.page-content h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.page-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.8;
}

/* Legal document styling */
.legal-content {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.legal-content h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 300;
}

.legal-content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

.legal-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 400;
}

.legal-content p {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.legal-content li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.legal-content strong {
    opacity: 1;
}

footer {
    border-top: 1px solid #333;
    padding: 30px 0;
    text-align: center;
    margin-top: auto;
}

footer nav {
    margin-bottom: 20px;
}

footer nav ul {
    justify-content: center;
    margin-bottom: 0;
}

footer p {
    opacity: 0.7;
    font-size: 0.9rem;
}

.hidden {
    display: none;
}

/* Email link styling to match site theme */
.legal-content a,
.page-content a,
#privacy-email a,
#support-email a,
#legal-email a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.legal-content a:hover,
.page-content a:hover,
#privacy-email a:hover,
#support-email a:hover,
#legal-email a:hover {
    color: #cccccc;
    text-decoration-color: #cccccc;
}

/* Alternative: if you want no underline */
/*
.legal-content a,
.page-content a {
    color: #ffffff;
    text-decoration: none;
}

.legal-content a:hover,
.page-content a:hover {
    color: #cccccc;
    text-decoration: underline;
}
*/

.email-protection {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.email-protection span {
    unicode-bidi: bidi-override;
    direction: ltr;
}

/* Alternative method using CSS content */
.privacy-email::before {
    content: "privacy";
}
.privacy-email::after {
    content: "@meetnova.app";
}

.support-email::before {
    content: "support";
}
.support-email::after {
    content: "@meetnova.app";
}

.legal-email::before {
    content: "legal";
}
.legal-email::after {
    content: "@meetnova.app";
}

@media (max-width: 768px) {
    .home-content h1 {
        font-size: 3.5rem;
    }

    .tagline {
        font-size: 1.6rem;
    }

    .description {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .page-content h1, .legal-content h1 {
        font-size: 2rem;
    }

    nav ul {
        gap: 15px;
    }

    nav a {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .download-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .store-button {
        min-width: 200px;
    }

    .legal-content {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .home-content h1 {
        font-size: 2.8rem;
    }

    .tagline {
        font-size: 1.4rem;
    }

    .description {
        font-size: 1rem;
    }
}