/* === 1. ФОН САЙТА (ПРИНУДИТЕЛЬНО) === */
body, .t-body, .t-records, #allrecords {
    background-color: #F6F8FB !important;
    font-family: 'Montserrat', 'Arial', sans-serif !important;
}
 
/* Убираем белый фон у ВСЕХ секций Tilda */
.t-section, .t-rec, .t-container, .t-content, .t-cell {
    background-color: #F6F8FB !important;
    background: #F6F8FB !important;
}
 
/* === 2. КНОПКИ === */
.t-btn, .t-submit {
    background: linear-gradient(135deg, #66B3FF 0%, #4A90E2 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3) !important;
    transition: all 0.3s ease !important;
}
.t-btn:hover, .t-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4) !important;
}
 
/* === 3. КАТАЛОГ (БЕЛАЯ ПОДЛОЖКА) === */
.catalog-grid {
    background: #FFFFFF !important;
    border-radius: 24px !important;
    padding: 50px 30px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    border: 2px solid rgba(74, 144, 226, 0.15) !important;
    margin: 20px auto !important;
    max-width: 1200px !important;
}
 
/* === 4. КАРТОЧКИ === */
.t-card, .product-card, .adv-item {
    background: #FFFFFF !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    border: 1px solid #E8E8E8 !important;
}
.t-card:hover, .product-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}