body {
    background: #18181b;
    color: #f4f4f5;
    font-family: "Inter", system-ui, sans-serif;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    background: #241f21;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
    max-width: 450px;
    margin-top: -100px;
}

.header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.logo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

h1 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 0;
}

.description {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #a1a1aa;
    text-align: center;
    margin: 0;
}

.screenshot-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.screenshot {
    width: 720px;
    max-width: 90vw;
    height: auto;
    border-radius: 1.2rem;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
    border: 1.5px solid #23232b;
}
