/* 1. Фиксированный градиент */
.t-body {
    background: linear-gradient(90deg, #ffffff 0%, #d7efb3 100%) fixed !important;
}

/* 2. Прозрачные только блоки-контейнеры (без колонок) */
.t-block,
.t-cover,
.t-section,
.t-zero-block,
.t-wrapper,
.t-wrapper-inner,
.t-container,
.t-container_100,
.t-container_flex,
.t-row {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
}