div.svelte-1y2tpej::-webkit-scrollbar {
    display: none
}

div.svelte-1y2tpej {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bg-clip-text {
    -webkit-background-clip: text
}

.demo-screenshot.svelte-c6sgw9.svelte-c6sgw9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px
}

.header.svelte-c6sgw9.svelte-c6sgw9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center
}

.header.svelte-c6sgw9 h2.svelte-c6sgw9 {
    font-family: Funnel Display, sans-serif;
    font-weight: 400;
    line-height: 1.333;
    color: #fff;
    margin: 0
}

.steps-container.svelte-c6sgw9.svelte-c6sgw9 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    border: 1px solid rgba(255, 0, 0, .2);
    border-radius: 24px
}

.steps.svelte-c6sgw9.svelte-c6sgw9 {
    display: flex;
    width: 100%
}

.step.svelte-c6sgw9.svelte-c6sgw9 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 24px
}

.step.svelte-c6sgw9.svelte-c6sgw9:not(:last-child) {
    border-bottom: 2px solid #ff1100
}

.step.svelte-c6sgw9.svelte-c6sgw9:not(:first-child) {
    border-left: 1px solid rgba(255, 0, 0, .2)
}

.step-label.svelte-c6sgw9.svelte-c6sgw9 {
    font-family: Instrument Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3em;
    color: #f106
}

.step-content.svelte-c6sgw9.svelte-c6sgw9 {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.step-content.svelte-c6sgw9 h3.svelte-c6sgw9 {
    font-family: Funnel Display, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.167;
    color: #fff;
    margin: 0
}

.step-content.svelte-c6sgw9 p.svelte-c6sgw9 {
    font-family: Instrument Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #fff6;
    margin: 0
}

.demo-image.svelte-c6sgw9.svelte-c6sgw9 {
    width: 100%;
    height: auto
}

.cta-button.svelte-c6sgw9.svelte-c6sgw9 {
    background: linear-gradient(135deg, #d1b500, #d22d00);
    border: 5px solid #fff600;
    border-radius: 80px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-family: Funnel Display, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.333;
    color: #fff;
    transition: transform .2s ease
}

.cta-button.svelte-c6sgw9.svelte-c6sgw9:hover {
    transform: scale(1.05)
}

@media (max-width: 768px) {
    .steps.svelte-c6sgw9.svelte-c6sgw9 {
        flex-direction: column
    }
    .step.svelte-c6sgw9.svelte-c6sgw9:not(:last-child) {
        border-bottom: 1px solid rgba(255, 0, 0, .2)
    }
    .step.svelte-c6sgw9.svelte-c6sgw9:not(:first-child) {
        border-left: none
    }
    .header.svelte-c6sgw9 p.svelte-c6sgw9 {
        font-size: 16px
    }
}

.mobile-section.svelte-1163q6c {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000
}

.content.svelte-1163q6c {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
    max-width: 1200px
}

.text-content.svelte-1163q6c {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 600px
}

h2.svelte-1163q6c {
    font-family: Funnel Display, sans-serif;
    font-size: 48px;
    line-height: 1.33;
    color: #fff;
    margin: 0;
    font-weight: 400
}

p.svelte-1163q6c {
    font-family: Instrument Sans, sans-serif;
    font-size: 18px;
    line-height: 1.56;
    color: #fffc;
    margin: 0;
    font-weight: 400
}

.cta-button.svelte-1163q6c {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 24px 32px;
    background: linear-gradient(135deg, #d1b500, #d22d00);
    border: 5px solid #fff600;
    border-radius: 80px;
    text-decoration: none;
    font-family: Funnel Display, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
    transition: transform .2s ease;
    white-space: nowrap
}

.cta-button.svelte-1163q6c:hover {
    transform: scale(1.05)
}

@media (max-width: 768px) {
    .content.svelte-1163q6c {
        gap: 48px
    }
    h2.svelte-1163q6c {
        font-size: 36px
    }
    p.svelte-1163q6c {
        font-size: 16px
    }
    .cta-button.svelte-1163q6c {
        padding: 20px 24px;
        font-size: 16px
    }
}

@media (max-width: 480px) {
    h2.svelte-1163q6c {
        font-size: 32px
    }
    .content.svelte-1163q6c {
        gap: 32px
    }
    .cta-button.svelte-1163q6c {
        padding: 18px 24px;
        font-size: 16px
    }
}