.home-page.content {
    padding: 0;
    gap: 0;
}

.home-page p {
    font-size: 16px;
    color: var(--mist);
    line-height: 1.75;
}

.home-page ul {
    color: var(--mist);
    font-size: 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;

    li {
        padding-left: 10px;
    }

    li::marker {
        content: "◆";
        color: var(--teal);
        font-size: 12px;
    }

    b {
        color: var(--cream);
    }
}

/****************************************
 *
 * Header
 *
 ****************************************/

.home-page .page-header.home-header {
    max-width: 620px;
}

.home-page .page-header em {
    color: var(--gold-light);
    font-style: normal;
}

.home-page.content .page-header.home-header .eyebrow {
    font-size: 12px;
}

.home-page.content .page-header.home-header .page-title {
    font-size: 40px;
}

.home-page.content .page-header.home-header .page-subtitle {
    color: rgba(240, 232, 216, 0.7);
    font-size: 18px;
}

.home-page .header-action {
    margin-top: 24px;
}

/****************************************
 *
 * Content blocks
 *
 ****************************************/

.home-page .content-block {
    padding: 64px 64px 72px;
    border-bottom: 1px solid var(--border);
}

.content-block.with-bg {
    background: rgba(13, 12, 17, 1);
}

/****************************************
 *
 * What's Inside
 *
 ****************************************/

.features-block {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 20px;
}

.feature-row {
    display: flex;
    flex-direction: row;
    gap: 40px
}

.feature-description {
    display: flex;
    flex: 0 0 40%;
    flex-direction: column;
    justify-content: center;
}

.feature-demo {
    display: flex;
    flex: 0 0 60%;
}

.feature-demo {
    .demo-block {
        border: 1px solid var(--border);
        border-radius: 5px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .demo-brow {
        border-bottom: 1px solid var(--border);
        display: flex;
        gap: 10px;
        background: var(--surface);
        padding: 5px 15px;

        .icons {
            display: flex;
            align-items: center;
            gap: 3px;

            * {
                width: 5px;
                height: 5px;
                opacity: 0.7;
                border-radius: 5px;
            }

            .red {
                background: var(--coral);
            }

            .orange {
                background: var(--gold);
            }

            .green {
                background: var(--green);
            }
        }

        .title {
            font-family: 'Cinzel', serif;
            text-transform: uppercase;
            color: var(--mist-dim);
            font-size: 12px;
            font-weight: bold;
        }
    }

    .demo-video {
        border: 1px dashed var(--border-hover);
        flex: 1;
        border-radius: 5px;
    }

    .demo-video video {
        width: 100%;
    }
}

/****************************************
 *
 * Funding section
 *
 ****************************************/

.funding-grid {
    display: grid;
    grid-template-columns: 1fr 540px;
    gap: 48px;
    margin-top: 40px;
    align-items: start;
}

.funding-goal-label {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--mist-dim);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.funding-goal-name {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 6px;
}

.patreon-card {
    padding: 28px 24px;
    border-radius: 8px;
    background: rgba(249, 104, 84, 0.06);
    border: 1px solid rgba(249, 104, 84, 0.2);
    position: relative;
    overflow: hidden;
}

.patreon-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.patreon-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(249, 104, 84, 0.15);
    border: 1px solid rgba(249, 104, 84, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.patreon-name {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(249, 104, 84, 0.9);
    letter-spacing: 0.1em;
}

.patreon-logo svg {
    color: rgba(249, 104, 84, 0.9);
    width: 16px;
    height: 16px;
}

.patreon-title {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(249, 104, 84, 0.6);
    margin-bottom: 6px;
}

.patreon-benefits {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.patreon-benefits > div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--mist);
}

.patreon-benefits .material-symbols-outlined {
    font-size: 14px;
    color: rgba(249, 104, 84, 0.6);
}

.patreon-benefits-rest {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--mist-dim);
    font-style: italic;
}

.patreon-benefits-rest .material-symbols-outlined {
    color: var(--mist-dim);
}

.patreon-card .button-patreon {
    width: 100%;
    margin-top: 12px;
}

.button.button-patreon {
    background: linear-gradient(135deg, #f96854, #e05540);
    align-items: center;
    color: #fff;
    border: none;
}

.button-patreon:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 24px rgba(249, 104, 84, 0.36);
}

.button-patreon svg {
    width: 12px;
    height: 12px;
}

/****************************************
 *
 * Roadmap section
 *
 ****************************************/

.more-on-roadmap {
    color: var(--mist-dim);
    display: flex;
    align-items: center;
    gap: 6px;
}

.more-on-roadmap .material-symbols-outlined {
    font-size: 16px;
}

.roadmap-button-wrapper {
    text-align: center;
    margin-top: 24px;
}

/****************************************
 *
 * Footer Block
 *
 ****************************************/

.content-block.with-bg.footer-block {
    padding: 80px 64px;
    text-align: center;
    position: relative;
    min-height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 12px;
}

.footer-cta-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    background: rgba(200, 88, 26, 0.07);
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.footer-cta-title {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--cream);
    margin-bottom: 12px;
    position: relative;
}

.footer-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
}

.footer-copy {
    font-size: 16px;
    color: var(--mist);
    font-style: italic;
    opacity: 0.5;
}

.footer-links {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.footer-block .button {
    padding: 10px;
}

.footer-block .button svg {
    width: 18px;
    height: 18px;
}

.teal {
    color: var(--teal);
}

.comment {
    color: var(--mist-dim);
}