.farhad-scroll-wrapper {
    position: relative;
    width: 100%;
    clear: both;
}

.farhad-scroll-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

canvas.farhad-smooth-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* لایه متنی با اولویت نمایش بالا */
.vertaa-text-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertaa-step {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 800px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity, filter;
    pointer-events: auto;
}

.vertaa-step-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
}

.vertaa-step-desc {
    font-size: 1.25rem;
    color: #f1f1f1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .vertaa-step-title {
        font-size: 1.8rem;
    }
    .vertaa-step-desc {
        font-size: 1rem;
    }
}