body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #0b0f14;
    color: #e6edf3;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    text-align: center;
}

h1 {
    font-size: 40px;
    margin-bottom: 12px;
    font-weight: 600;
}

.logo {
    display: block;
    width: 176px;
    height: 176px;
    border-radius: 38px;
    margin: 0 auto 26px;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.badge {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2f81f7;
    border: 1px solid #1f2933;
    border-radius: 999px;
    padding: 6px 14px;
    margin: 0 auto 22px;
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2f81f7;
}

.subtitle {
    font-size: 18px;
    color: #9da7b3;
    margin-bottom: 28px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.actions a {
    display: inline-block;
    margin: 10px;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

.primary {
    background: #238636;
    color: white;
}

.secondary {
    border: 1px solid #30363d;
    color: #e6edf3;
}

.minor-detail {
    margin-top: 30px;
    font-size: 14px;
    color: #6e7681;
}

.pitch {
    max-width: 820px;
    margin: 36px auto 0;
    padding: 28px 30px;
    background: #11161c;
    border: 1px solid #1f2933;
    border-left: 4px solid #2f81f7;
    border-radius: 12px;
    text-align: left;
}

.pitch p {
    margin: 0;
    font-size: 21px;
    line-height: 1.5;
    color: #e6edf3;
}

.pitch strong { color: #2f81f7; }
.pitch em { color: #9da7b3; font-style: italic; }

.section {
    margin-top: 70px;
}

.section h2 {
    font-size: 22px;
    margin-bottom: 18px;
}

.section p {
    color: #9da7b3;
    max-width: 760px;
    margin: 0 auto 10px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.grid.small {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.card {
    background: #11161c;
    border: 1px solid #1f2933;
    border-radius: 10px;
    padding: 16px 18px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #e6edf3;
    transition: all 0.15s ease;
}

.card:hover {
    border-color: #2f81f7;
    transform: translateY(-2px);
}

.card span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #8b949e;
    font-weight: 400;
}

.dl-version {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    color: #2f81f7;
    border: 1px solid #1f2933;
    border-radius: 999px;
    padding: 4px 14px;
}

.downloads {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.dl-card {
    background: #11161c;
    border: 1px solid #1f2933;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dl-card .ico { font-size: 30px; }

.dl-card h3 { margin: 4px 0 0; font-size: 18px; font-weight: 600; }

.dl-card .req { color: #9da7b3; font-size: 13px; margin: 0; max-width: none; }

.dl-card .primary {
    display: inline-block;
    margin: 14px auto 4px;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

.dl-card .meta {
    color: #9da7b3;
    font-size: 12.5px;
    min-height: 1.2em;
    margin: 0;
    max-width: none;
}

.dl-card .how { color: #9da7b3; font-size: 13px; margin: 8px 0 0; max-width: none; }

.dl-card code {
    background: #0b0f14;
    border: 1px solid #1f2933;
    border-radius: 6px;
    padding: 1px 6px;
    font-size: 12px;
}

.dl-links {
    color: #9da7b3;
    font-size: 14px;
    margin: 18px auto 0;
}

.dl-links a { color: #2f81f7; text-decoration: none; }
.dl-links a:hover { text-decoration: underline; }

.screenshots {
    margin-top: 60px;
}

.screenshots img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.faq {
    max-width: 760px;
    margin: 20px auto 0;
    text-align: left;
}

.faq-item {
    background: #11161c;
    border: 1px solid #1f2933;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 12px;
}

.faq-item h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; color: #e6edf3; }
.faq-item p { margin: 0; font-size: 14px; color: #9da7b3; max-width: none; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Top navigation (added with the multi-page split) */
nav.site {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(11, 15, 20, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #1f2933;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 58px;
}

nav.site .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #e6edf3;
    font-weight: 600;
}

nav.site .brand img { width: 28px; height: 28px; border-radius: 7px; }

nav.site .links { display: flex; gap: 22px; }

nav.site .links a {
    color: #9da7b3;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

nav.site .links a:hover { color: #e6edf3; }

/* Long-form prose (the Why this exists page) */
.prose {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
}

.prose p {
    color: #9da7b3;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.prose p a { color: #2f81f7; text-decoration: none; }
.prose p a:hover { text-decoration: underline; }
