/* === 1. ПОДНИМАЕМ ГЛОБАЛЬНУЮ ШАПКУ НАД ВСЕМ САЙТОМ === */
#t-header {
    position: relative !important;
    z-index: 99999999 !important; /* Выше этого только звезды */
}

/* === 2. СТРАХОВКА: ПОДНИМАЕМ САМ БЛОК ХЕДЕРА === */
#rec1952385801,
#rec2140237501 {
    position: relative !important;
    z-index: 99999999 !important;
}

/* === 3. ОПУСКАЕМ КОНТЕНТ СТРАНИЦЫ === */
#allrecords {
    position: relative !important;
    z-index: 1 !important;
}

/* === 4. ПРИНУДИТЕЛЬНО ОПУСКАЕМ ПРОБЛЕМНЫЕ БЛОКИ === */
#rec2077967501,
#rec1963100041,
#rec2131660851 {
    position: relative !important;
    z-index: 0 !important; 
}

:root {
    --brand-cyan: 20, 222, 255;
    --brand-pink: 254, 27, 187;
    --brand-violet: 172, 29, 253;
    --brand-blue: 54, 67, 255;

    --bg-base: #ffffff; /* Заменили на чистый белый */
    --bg-soft: #f4f7ff;
    --bg-lilac: #faf6ff;
    --text-main: #2a3150;
}

/* === 5. ТОТАЛЬНАЯ ОЧИСТКА ФОНА (Белый лист) === */
html,
body {
    min-height: 100vh;
    background-color: #ffffff !important; /* Жестко задаем белый */
    background-image: none !important;    /* Убиваем любые градиенты */
}

body {
    position: relative;
    overflow-x: hidden;
    color