@import url("https://fontservice.olcdns.com/metropolis/stylesheet.css");
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Segoe UI', 'Metropolis', Arial, sans-serif;
    background: #fff;
    color: #222;
    min-height: 100vh;
}
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
header, main {
    flex-shrink: 0;
}
main {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

header {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px 10px 40px;
}
.logo-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo {
    width: 28px;
    height: 28px;
    background: url('https://www.fullmoon.dev/apollo/store.png') no-repeat center/cover;
    display: inline-block;
    vertical-align: middle;
}
.title {
    font-size: 20px;
    color: #579835;
    font-weight: 500;
}
.dev-center {
    color: #bbb;
    font-weight: 400;
}
nav {
    display: flex;
    gap: 18px;
}
nav a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.sign-in {
    color: #444;
    font-size: 14px;
}

.top-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 260px;
}
.app-icons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 50%;
    background: #000;
    background-image: url('https://edge.live.net.co/images/store/homeHero.jpg');
    padding: 0;
    min-width: 600px;
    min-height: 260px;
}
.live-store-banner {
    width: 50%;
    background: #79c558;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: left;
    padding: 0 40px;
    min-height: 260px;
}

main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 60px 0 60px;
    gap: 30px;
}
.main-actions {
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
}
.submit-app, .claim-app {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 350px;
}
.submit-app strong, .claim-app strong {
    font-size: 18px;
    color: #79c558;
    display: block;
    margin-bottom: 4px;
}
.submit-app p, .claim-app p {
    font-size: 15px;
    color: #444;
    margin: 0;
}

.main-content {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 80px;
}
.header-text {
    flex: 2;
}
.header-text h1 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.header-text p {
    font-size: 1.1rem;
    color: #444;
}
.header-text a {
    color: #579835;
    text-decoration: underline;
    margin-left: 4px;
}
.community {
    flex: 1;
    min-width: 220px;
}
.community strong {
    font-size: 1.1rem;
    color: #222;
    display: block;
    margin-bottom: 8px;
}
.community ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.community li {
    margin-bottom: 6px;
}
.community a {
    color: #579835;
    text-decoration: underline;
    font-size: 1rem;
}

footer {
    background: #f5f5f5;
    padding: 18px 40px 10px 40px;
    font-size: 14px;
    color: #888;
    margin-top: 40px;
}
.footer-links {
    margin-bottom: 8px;
}
.footer-links a {
    color: #888;
    text-decoration: none;
    margin-right: 4px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-bottom input[type="text"] {
    margin-left: 16px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
}
.footer-logos {
    color: #888;
    font-weight: 500;
    font-size: 10px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .header-bar {
        padding: 18px 20px 10px 20px;
    }
    
    main {
        padding: 30px 40px 0 40px;
    }
    
    .main-actions {
        gap: 40px;
    }
    
    .main-content {
        gap: 60px;
    }
    
    footer {
        padding: 18px 20px 10px 20px;
    }
}

@media (max-width: 768px) {
    .header-bar {
        padding: 15px 15px 10px 15px;
    }
    
    .title {
        font-size: 18px;
    }
    
    nav {
        gap: 12px;
    }
    
    nav a {
        font-size: 15px;
    }
    
    main {
        padding: 25px 20px 0 20px;
    }
    
    .main-actions {
        gap: 30px;
    }
    
    .submit-app, .claim-app {
        max-width: 100%;
    }
    
    .main-content {
        gap: 40px;
    }
    
    .header-text h1 {
        font-size: 1.75rem;
    }
    
    .header-text p {
        font-size: 1rem;
    }
    
    footer {
        padding: 15px 15px 10px 15px;
    }
}

@media (max-width: 480px) {
    .header-bar {
        padding: 12px 12px 8px 12px;
    }
    
    .logo {
        width: 24px;
        height: 24px;
    }
    
    .title {
        font-size: 16px;
    }
    
    .dev-center {
        font-size: 12px;
    }
    
    nav {
        gap: 8px;
    }
    
    nav a {
        font-size: 14px;
    }
    
    .sign-in {
        font-size: 13px;
    }
    
    main {
        padding: 20px 15px 0 15px;
    }
    
    .main-actions {
        gap: 20px;
    }
    
    .submit-app strong, .claim-app strong {
        font-size: 16px;
    }
    
    .submit-app p, .claim-app p {
        font-size: 14px;
    }
    
    .main-content {
        gap: 30px;
    }
    
    .header-text h1 {
        font-size: 1.5rem;
    }
    
    .community strong {
        font-size: 1rem;
    }
    
    .community a {
        font-size: 0.95rem;
    }
    
    footer {
        padding: 12px 12px 8px 12px;
        font-size: 13px;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-links a {
        margin: 0 2px;
    }
    
    .footer-logos {
        font-size: 9px;
        text-align: center;
    }
}