body {
    margin: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    padding-top: 90px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(76, 201, 240, 0.3);
    box-shadow: 0 0 15px rgba(0, 150, 255, 0.2);
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 18px 20px;
}

.nav-container a {
    color: #4cc9f0;
    text-decoration: none;
    font-weight: bold;
}

.nav-container a:hover {
    color: white;
    text-shadow: 0 0 10px rgba(76, 201, 240, 0.8);
}

h1 {
    color: white;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,150,255,0.7);
    margin-top: 10px;   /* 👈 this pulls it up */
    margin-bottom: 30px;
}

img {
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 150, 255, 0.5);
}

.links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 200px auto;
    width: 80%;
    max-width: 700px;
}

.link-card {
    display: block;
    width: 300px;
    background: rgba(0, 150, 255, 0.15);
    border: 1px solid rgba(76, 201, 240, 0.4);
    padding: 15px;
    border-radius: 12px;
    color: #4cc9f0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 12px rgba(0, 150, 255, 0.2);
    transition: all 0.3s ease;
}

.link-card:hover {
    background: rgba(0, 150, 255, 0.3);
    color: white;
    box-shadow: 0 0 25px rgba(76, 201, 240, 0.8);
    transform: scale(1.05);
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.hero-image {
    display: block;
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 150, 255, 0.5);
}

.main-link {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 24px;
    background: rgba(0, 150, 255, 0.15);
    border: 1px solid rgba(76, 201, 240, 0.4);
    border-radius: 12px;
    color: #4cc9f0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 12px rgba(0, 150, 255, 0.2);
}

.main-link:hover {
    background: rgba(0, 150, 255, 0.3);
    color: white;
    box-shadow: 0 0 25px rgba(76, 201, 240, 0.8);
}

.footer {
    margin-top: 60px;
    padding: 25px 20px;
    background: rgba(0, 0, 0, 0.9);
    border-top: 1px solid rgba(76, 201, 240, 0.3);
    box-shadow: 0 0 15px rgba(0, 150, 255, 0.2);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer p {
    margin: 0;
    font-size: 14px;
    color: #aaa;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: #4cc9f0;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: white;
    text-shadow: 0 0 8px rgba(76, 201, 240, 0.8);
}

.tagline {
    text-align: center;
    color: #cfefff;
    max-width: 600px;
    margin: 10px auto 20px;
    font-size: 18px;
}

.page-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    text-align: center; /* centers heading + subtitle */
}

.page-subtitle {
    color: #b8dff0;
    font-size: 18px;
    margin-bottom: 40px;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.app-card {
    background: rgba(0, 150, 255, 0.12);
    border: 1px solid rgba(76, 201, 240, 0.35);
    border-radius: 16px;
    padding: 25px 20px;
    text-decoration: none;
    color: white;
    box-shadow: 0 0 15px rgba(0, 150, 255, 0.18);
    transition: all 0.3s ease;
    text-align: left;
}

.app-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(76, 201, 240, 0.55);
    border-color: rgba(76, 201, 240, 0.7);
}

.app-card h2 {
    color: #4cc9f0;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
}

.app-card p {
    color: #d9ecf5;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.app-button {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 10px;
    background: rgba(0, 150, 255, 0.18);
    border: 1px solid rgba(76, 201, 240, 0.45);
    color: #4cc9f0;
    font-weight: bold;
}

.soon {
    opacity: 0.92;
}

.coming-soon {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b8dff0;
    font-weight: bold;
}