.logo {
    width: 100px;
    margin: 1rem auto;
    display: block;
}

.app-title {
    font-weight: 800;
    font-size: 2rem;
}

.tagline {
    color: #4b5563;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.download-btn {
    background-color: #14b8a6;
    color: white;
    border: none;
}

.download-btn:hover {
    background-color: #0d9488;
}

.feature-list li::marker {
    color: #f97316;
}

.privacy-link {
    color: #14b8a6;
    text-decoration: none;
}

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

.social-icons a {
    color: white;
    font-size: 1.2rem;
    margin: 0 0.5rem;
}