/* APE Landing pages (buy/sell) - How it works section (excludes section-how-it-works-label) */
[id^="ape-landing-section-how-it-works"]:not([id*="label"]) {
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 25%, #F4F4F4 100%);
}

[id^="ape-landing-section-how-it-works"]:not([id*="label"]) .progress-line .progress-item::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    border-right: 4px solid #F1F1F1;
}

.ape-landing-hero {
    min-height: 73vh;
    min-height: 73dvh;
}

@media (min-width: 768px) {
    .ape-landing-hero {
        border-radius: 0 0 0 100px !important;
    }

    /* Tablet: 82dvh (~653px at 800px viewport) */
    .ape-landing-hero {
        min-height: 82vh;
        min-height: 82dvh;
    }
}

@media (min-width: 1024px) {

    /* Laptop: 67dvh (~653px at 975px viewport) */
    .ape-landing-hero {
        min-height: 67vh;
        min-height: 67dvh;
    }
}