body {
    margin: 0;
    font-family: 'Nunito', Arial, sans-serif;
    background: #0D0630;
    color: #fff;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    animation: fadeInUp 2.1s cubic-bezier(.23, 1.01, .32, 1) both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(32px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.stars-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background: transparent;
    top: 0;
    left: 0;
}

.navbar {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem 1.2rem 1.5rem;
    background: transparent;
    position: relative;
    z-index: 10;
    min-height: 64px;
    box-sizing: border-box;
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.nav-logo {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    box-shadow: 0 0 12px #8B5CF6aa;
    background: #1a1040;
}

.nav-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 0 8px #8B5CF6aa;
    line-height: 38px;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.navbar-right a {
    color: #e0d7fa;
    background: #18103a;
    border-radius: 1.2rem;
    padding: 0.45rem 1.25rem;
    font-size: 1.05rem;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 1px 8px #8B5CF622;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.navbar-right a:hover {
    background: #8B5CF6;
    color: #fff;
    transform: translateY(-2px) scale(1.04);
}

@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        padding: 1.2rem 1rem 1.2rem 1rem;
        gap: 0.7rem;
        min-height: unset;
    }

    .navbar-right {
        gap: 0.4rem;
    }

    .navbar-right a {
        padding: 0.5rem 1.1rem;
        font-size: 1rem;
        height: 36px;
    }
}

.hero {
    text-align: center;
    padding: 2.5rem 1rem 2rem 1rem;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 1.1rem 0;
    text-shadow: 0 0 16px #8B5CF6;
}

.subheadline {
    font-size: 1.2rem;
    color: #d1c4e9;
    margin-bottom: 2rem;
    text-shadow: 0 0 8px #8B5CF644;
}

.cta-group {
    display: flex;
    justify-content: center;
    gap: 1.1rem;
    margin-bottom: 0.5rem;
}

.cta-btn {
    background: #8B5CF6;
    color: #fff;
    padding: 0.9rem 2.2rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 16px #8B5CF688;
    transition: background 0.2s;
    display: inline-block;
    border: none;
}

.cta-btn.secondary {
    background: #18103a;
    color: #e0d7fa;
    box-shadow: 0 1px 8px #8B5CF622;
}

.cta-btn.secondary:hover {
    background: #8B5CF6;
    color: #fff;
}

.cta-btn:hover {
    background: #a78bfa;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.5rem;
    max-width: 600px;
    margin: 3rem auto 2.5rem auto;
    z-index: 1;
    position: relative;
}

.feature {
    background: #18103a;
    border-radius: 1.2rem;
    padding: 2.2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    box-shadow: 0 2px 12px #8B5CF622;
    transition: transform 0.2s;
    min-width: 180px;
}

.feature:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 4px 24px #8B5CF644;
}

.feature-icon {
    font-size: 2.3rem;
    margin-bottom: 0.7rem;
    filter: drop-shadow(0 0 8px #8B5CF6aa);
}

.feature h3 {
    margin: 0.2rem 0 0.5rem 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #8B5CF6;
    text-shadow: 0 0 8px #8B5CF644;
}

.feature p {
    font-size: 1.01rem;
    color: #e0d7fa;
}

.features-section {
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    padding: 0 1rem;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2.2rem;
    text-shadow: 0 0 16px #8B5CF6;
    letter-spacing: 1px;
}

.screenshots-section {
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
}

.app-screenshots {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    margin: 2.5rem 0 2.5rem 0;
    flex-wrap: wrap;
}

.screenshot-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.screenshot-img {
    width: 320px;
    height: 650px;
    object-fit: cover;
    border-radius: 2rem;
    box-shadow: 0 4px 32px #8B5CF6aa, 0 1px 24px #0008;
    background: #1a1040;
    margin-bottom: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 1;
}

.screenshot-img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 48px #8B5CF6cc, 0 2px 32px #000a;
}

.screenshot-desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #0D0630ee 70%, #0D063000 100%);
    color: #fff;
    font-size: 1.08rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 2rem;
    padding: 2.2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 2;
    max-width: 100%;
    box-sizing: border-box;
}

.screenshot-wrap:hover .screenshot-desc,
.screenshot-wrap:focus-within .screenshot-desc {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 1100px) {
    .app-screenshots {
        gap: 1rem;
    }

    .screenshot-img {
        width: 220px;
        height: 450px;
    }
}

@media (max-width: 800px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        max-width: 340px;
    }

    .app-screenshots {
        flex-direction: column;
        align-items: center;
    }

    .screenshot-img {
        width: 90vw;
        max-width: 340px;
        height: auto;
    }
}

.moon-icon,
.logo-img,
.carousel,
.carousel-img,
.carousel-dot,
.carousel-dots {
    display: none !important;
}

footer {
    background: #12082b;
    padding: 2rem 1rem 1rem 1rem;
    text-align: center;
    border-top: 1px solid #2d1e5a;
    margin-top: 2rem;
}

.footer-content {
    max-width: 420px;
    margin: 0 auto;
}

.store-badges img {
    height: 40px;
    margin: 0 0.5rem;
    vertical-align: middle;
}

.social-links a {
    margin: 0 0.5rem;
    font-size: 1.5rem;
    color: #8B5CF6;
    text-decoration: none;
    transition: color 0.2s;
}

.social-links a:hover {
    color: #fff;
}

.footer-links {
    margin-top: 1rem;
    color: #b39ddb;
    font-size: 0.95rem;
}

.footer-links a {
    color: #b39ddb;
    text-decoration: none;
    margin: 0 0.2rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

.coming-soon {
    display: inline-block;
    margin-top: 0.7rem;
    padding: 0.25rem 0.9rem;
    background: #8B5CF6;
    color: #fff;
    border-radius: 1rem;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 1px 8px #8B5CF6aa;
    text-shadow: 0 0 6px #8B5CF6cc;
    opacity: 0.92;
}

.available-now {
    display: inline-block;
    margin-top: 0.7rem;
    padding: 0.25rem 0.9rem;
    background: #22c55e;
    color: #fff;
    border-radius: 1rem;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 1px 8px #22c55e88;
    text-shadow: 0 0 6px #22c55ecc;
    opacity: 0.92;
}

.contact-info {
    margin-top: 1.5rem;
    text-align: center;
    color: #e0d7fa;
    font-size: 1.08rem;
}

.contact-info a {
    color: #8B5CF6;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 0.4rem;
}

.contact-info a:hover {
    color: #fff;
    text-shadow: 0 0 8px #8B5CF6cc;
}

.privacy-terms-section {
    background: #18103a;
    border-radius: 1.5rem;
    max-width: 900px;
    margin: 3rem auto 2.5rem auto;
    padding: 2.5rem 2rem 2.5rem 2rem;
    box-shadow: 0 2px 24px #8B5CF644;
}

.privacy-terms-section .section-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #8B5CF6;
    text-shadow: 0 0 8px #8B5CF6cc;
}

.privacy-terms-content {
    color: #e0d7fa;
    font-size: 1.05rem;
    line-height: 1.7;
}

.privacy-terms-content strong {
    color: #fff;
}

.privacy-terms-content em {
    color: #b39ddb;
}

.privacy-terms-content a {
    color: #8B5CF6;
    text-decoration: underline;
    font-weight: 600;
}

.privacy-terms-content a:hover {
    color: #fff;
    text-shadow: 0 0 8px #8B5CF6cc;
}

.privacy-terms-content ol {
    margin-left: 1.2rem;
    margin-bottom: 1.2rem;
}

.privacy-terms-content ul {
    margin-left: 1.2rem;
    margin-bottom: 0.7rem;
}

.privacy-terms-content li {
    margin-bottom: 0.5rem;
}

@media (max-width: 800px) {
    .privacy-terms-section {
        padding: 1.2rem 0.5rem 1.2rem 0.5rem;
        max-width: 98vw;
    }
}

.appstore-icon {
    height: 40px;
    width: 40px;
    margin: 0 0.5rem;
    vertical-align: middle;
    border-radius: 10px;
    box-shadow: 0 0 8px #8B5CF6aa;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
}

.appstore-link:hover .appstore-icon {
    box-shadow: 0 0 16px #8B5CF6cc;
    transform: scale(1.08);
}

.appstore-text {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-left: 0.5rem;
    vertical-align: middle;
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px #8B5CF6cc;
}

.appstore-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.appstore-link:hover .appstore-text {
    color: #8B5CF6;
}

.footer-cta {
    margin: 2.2rem 0 0.5rem 0;
    text-align: center;
}

.try-app-btn {
    background: #8B5CF6;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 16px #8B5CF688;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
    margin-top: 0.5rem;
}

.try-app-btn:hover {
    background: #a78bfa;
    transform: translateY(-2px) scale(1.04);
}

.reviews-section {
    max-width: 1100px;
    margin: 3rem auto 2.5rem auto;
    padding: 0 1rem;
}

.reviews-section .section-title {
    margin-bottom: 2rem;
    color: #8B5CF6;
    text-shadow: 0 0 8px #8B5CF6cc;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.5rem;
}

.review-card {
    background: #18103a;
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px #8B5CF622;
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    color: #e0d7fa;
    font-size: 1.08rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.2s, box-shadow 0.2s;
}

.review-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 4px 24px #8B5CF644;
}

.review-stars {
    color: #facc15;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.review-text {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.4rem;
    font-size: 1.08rem;
}

.review-detail {
    color: #e0d7fa;
    font-weight: 400;
    font-size: 1.01rem;
    display: block;
    margin-top: 0.3rem;
}

@media (max-width: 900px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
}