body {
    --color-code-background: #202020;
    --color-code-foreground: #d0d0d0;
    color: #d0d0d0;
    margin: 0;
    padding: 0;
    font-family: system-ui, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}


header.hero {
    text-align: center;
    padding: 2em 1em 0 1em;
    max-width: 900px;
}

.hero img.logo {
    height: 110px;
}

.hero h1 {
    margin-top: 0.5em;
    font-size: 2.4em;
}

.subheadline {
    font-size: 1.2em;
    margin-top: 0.5em;
    color: #888;
}

.cta-buttons {
    margin-top: 2em;
}

.cta-buttons a {
    text-decoration: none;
    padding: 0.8em 1.4em;
    margin: 0 0.4em;
    border-radius: 6px;
    background: #3273dc;
    color: white;
    font-weight: 600;
    transition: opacity 0.2s;
    line-height: 3.7em;
    white-space: nowrap;
}

.cta-buttons a:visited {

    color: white;
}

.cta-buttons a:hover {
    opacity: 0.85;
}

.content {
    text-align: center;
    max-width: 1000px;
    padding: 1em 2em 4em;
}

.screenshot-link:hover img {
    opacity: 0.85;
    transition: 0.2s;
}

h2,
h3 {
    margin-top: 2em;
}

a {
    color: #3273dc;
}

a:visited {
    color: #3273dc;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.icon {
    font-size: 2em;
    vertical-align: middle;
    margin-right: 0.5em;
}

.advantages-list {
    text-align: left;
    list-style: none;
    padding: 0;
}

.advantages-list li {
    display: flex;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 1.2em;
}

.advantages-list svg {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    stroke-width: 2;
    margin-right: 0.75em;
    flex-shrink: 0;
    margin-top: 0.15em;
}