/* КУБИЧЕСКИЙ УЛЬТРА-КОМПАКТНЫЙ СТИЛЬ СЕО-ПОДВАЛА */
.seo-footer {
    background: linear-gradient(180deg, #07110a 0%, #030805 100%);
    color: #637568;
    font-family: 'Arial', sans-serif;
    padding: 12px 20px; /* Ультра-компактные отступы по высоте */
    border-top: 1px solid #112618;
    margin-top: 15px;
    font-size: 10.5px; /* Аккуратный невысокий микро-шрифт */
    line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
	flex-shrink: 0;
    margin-top: auto;
}

.seo-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5px; /* Минимальные зазоры между строками */
    text-align: left;
}

.seo-footer h1 {
    color: #2ecc71;
    font-size: 11.5px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: bold;
}

.seo-footer h2 {
    color: #82a88f;
    font-size: 10.5px;
    margin: 2px 0;
    font-weight: bold;
}

.seo-footer p {
    margin: 0;
}

.seo-footer strong {
    color: #cbdad0;
}

/* Благородная неоновая ссылка на вашу почту */
.seo-email {
    color: #2ecc71 !important;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
    border-bottom: 1px dashed rgba(46, 204, 113, 0.3);
}

.seo-email:hover {
    color: #fff !important;
    text-shadow: 0 0 8px rgba(46, 204, 113, 0.8);
    border-bottom-color: #fff;
}

/* Компактный юридический блок безопасности */
.disclaimer-text {
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 10px;
    border-left: 2px solid #e74c3c;
    border-radius: 3px;
    color: #88968d;
    font-size: 10px;
    margin-top: 2px;
}