/* EPO Footer - kõrge prioriteet */
.epo-footer,
div.epo-footer,
section.epo-footer {
    background-color: #171A21 !important;
    background: #171A21 !important;
    background-image: none !important;
    color: #ffffff !important;
    padding: 60px 0 !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border: none !important;
    outline: none !important;
}

/* Täislaiuse tagamine */
.epo-footer {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
    max-width: none !important;
}

.epo-footer *,
.epo-footer *:before,
.epo-footer *:after {
    box-sizing: border-box !important;
}

.epo-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    z-index: 1;
}

/* VASAKULE JOONDAMINE - väga agressiivne */
.epo-footer-container,
.epo-footer .epo-footer-container,
div.epo-footer .epo-footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    text-align: left !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
}

/* MENÜÜ - vasakule joondatud */
.epo-footer-menu,
.epo-footer .epo-footer-menu,
div.epo-footer .epo-footer-menu {
    margin-bottom: 40px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    text-align: left !important;
    display: block !important;
}

.epo-footer-menu a,
.epo-footer .epo-footer-menu a {
    color: #ffffff !important;
    text-decoration: none !important;
    margin: 0 20px 0 0 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    display: inline-block !important;
    background: none !important;
    border: none !important;
    padding: 5px 0 !important;
}

.epo-footer-menu a:first-child {
    margin-left: 0 !important;
}

.epo-footer-menu a:hover,
.epo-footer-menu a:focus {
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    opacity: 0.8 !important;
    text-decoration: none !important;
}

.epo-footer-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffffff !important;
    transition: width 0.3s ease;
}

.epo-footer-menu a:hover::after {
    width: 100%;
}

/* SISU - vasakule joondatud */
.epo-footer-content,
.epo-footer .epo-footer-content,
div.epo-footer .epo-footer-content {
    padding-top: 20px !important;
    text-align: left !important;
    display: block !important;
}

/* PEALKIRI - suurem ja vasakule */
.epo-footer-title,
.epo-footer h2.epo-footer-title,
.epo-footer .epo-footer-title,
div.epo-footer .epo-footer-title,
h2.epo-footer-title {
    font-size: 72px !important;
    font-weight: 700 !important;
    margin: 0 0 30px 0 !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
    width: 100% !important;
}

/* ALAPEALKIRI - suurem, VALGE ja vasakule */
.epo-footer-subtitle,
.epo-footer h2.epo-footer-subtitle,
.epo-footer .epo-footer-subtitle,
div.epo-footer .epo-footer-subtitle,
h2.epo-footer-subtitle {
    font-size: 48px !important;
    font-weight: 400 !important;
    margin: 20px 0 30px 0 !important;
    min-height: 60px !important;
    color: #ffffff !important;
    display: block !important;
    font-family: inherit !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: 1.2 !important;
    width: 100% !important;
}

/* ANIMEERITUD TEKST - VALGE */
.epo-animated-text,
.epo-footer .epo-animated-text,
.epo-footer-subtitle .epo-animated-text,
span.epo-animated-text {
    position: relative !important;
    color: #ffffff !important;
    background: none !important;
    text-shadow: none !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    display: inline !important;
}

.epo-animated-text::after,
.epo-footer .epo-animated-text::after,
span.epo-animated-text::after {
    content: '|' !important;
    animation: epo-blink 1s infinite !important;
    color: #ffffff !important;
    margin-left: 2px !important;
}

@keyframes epo-blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* FIRMA NIMI - vasakule */
.epo-footer-company,
.epo-footer .epo-footer-company {
    margin-top: 40px !important;
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-align: left !important;
    display: block !important;
}

.epo-footer-company span {
    color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .epo-footer {
        padding: 40px 0 !important;
    }
    
    .epo-footer-container {
        padding: 0 15px !important;
        text-align: left !important;
    }
    
    .epo-footer-title,
    h2.epo-footer-title {
        font-size: 56px !important;
        text-align: left !important;
    }
    
    .epo-footer-subtitle,
    h2.epo-footer-subtitle {
        font-size: 36px !important;
        text-align: left !important;
        color: #ffffff !important;
    }
    
    .epo-footer-menu {
        text-align: left !important;
    }
    
    .epo-footer-content {
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .epo-footer {
        padding: 30px 0 !important;
    }
    
    .epo-footer-container {
        padding: 0 10px !important;
        text-align: left !important;
    }
    
    .epo-footer-title,
    h2.epo-footer-title {
        font-size: 42px !important;
        text-align: left !important;
    }
    
    .epo-footer-subtitle,
    h2.epo-footer-subtitle {
        font-size: 28px !important;
        text-align: left !important;
        color: #ffffff !important;
    }
    
    .epo-footer-menu a {
        display: block !important;
        margin: 8px 0 !important;
    }
}

/* KÕIGE AGRESSIIVSEMAD STIILID */
body .epo-footer *,
html .epo-footer *,
.epo-footer * {
    text-align: left !important;
    color: #ffffff !important;
}

.epo-footer .epo-footer-container * {
    text-align: left !important;
}

/* Alistame kõik sinised värvid */
.epo-footer *[style*="color"],
.epo-footer .epo-animated-text,
.epo-footer h2,
.epo-footer span {
    color: #ffffff !important;
}