.elementor-124 .elementor-element.elementor-element-ff9a253{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-49066c2 *//* --- FOOTER STÍLUSOK --- */
.ra-footer {
    background-color: var(--bg-darker);
    color: var(--text-muted);
    padding: 4rem 5% 2rem 5%;
    font-family: 'Manrope', sans-serif;
    border-top: 1px solid var(--border-light);
}

.ra-footer-container {
    max-width: 1220px;
    margin: 0 auto;
}

.ra-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.ra-footer-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.ra-footer-logo span { 
    color: var(--accent); 
}

.ra-footer-about {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 400px;
}

.ra-footer-powered {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 700;
    letter-spacing: 1px;
}

.ra-footer-heading {
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.ra-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.ra-footer-links a {
    color: var(--text-muted);
    font-size: 0.95rem;
    text-decoration: none;
    transition: 0.3s;
}

.ra-footer-links a:hover {
    color: var(--accent);
    padding-left: 5px;
}

.ra-footer-contact p {
    margin: 0 0 0.8rem 0;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.ra-footer-contact a {
    color: var(--text-light);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.ra-footer-contact a:hover { 
    color: var(--accent); 
}

.ra-footer-bottom {
    border-top: 1px solid var(--border-light);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
}

.ra-footer-bottom a {
    color: var(--text-light);
    font-weight: 600;
}

.ra-footer-bottom a:hover { 
    color: var(--accent); 
}

@media (max-width: 900px) {
    .ra-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .ra-footer-bottom { flex-direction: column; text-align: center; }
}/* End custom CSS */