.elementor-132 .elementor-element.elementor-element-ecbb97b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.bcn-guide-footer-component {
    /* Scoped CSS Variables for the Footer */
    --accent-blue: #2563EB;
    --white: #FFFFFF;
    --gray-50: #FAFAFA;
    --gray-100: #F7F8FA;
    --gray-200: #E5E7EB;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-900: #111827;
}

.bcn-guide-footer-component *, .bcn-guide-footer-component *::before, .bcn-guide-footer-component *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic Typography & Layout Scoped for Footer */
.bcn-guide-footer-component {
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    color: var(--gray-700);
    font-size: 16px;
}
.bcn-guide-footer-component .font-display { font-family: 'Playfair Display', serif; }
.bcn-guide-footer-component .container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 24px; 
}
.bcn-guide-footer-component a {
    text-decoration: none;
}
.bcn-guide-footer-component ul {
    list-style: none;
    padding: 0;
}
.bcn-guide-footer-component h3, .bcn-guide-footer-component h4 { 
    color: var(--gray-900); 
    line-height: 1.3; 
    font-weight: 700; 
    letter-spacing: -0.025em;
    margin-bottom: 0.75em;
}

/* ENHANCED FOOTER DESIGN */
.bcn-guide-footer-component .site-footer { 
    background: linear-gradient(135deg, #FAFAFA 0%, var(--white) 50%, #F7F8FA 100%);
    color: var(--gray-700);
    position: relative;
    overflow: hidden;
}

.bcn-guide-footer-component .site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--accent-blue) 50%, transparent 100%);
}

.bcn-guide-footer-component .footer-card {
    padding: clamp(60px, 8vw, 80px) 0 clamp(40px, 6vw, 60px) 0;
    position: relative;
}

.bcn-guide-footer-component .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.bcn-guide-footer-component .footer-brand {
    max-width: 400px;
}

.bcn-guide-footer-component .footer-brand h3 {
    color: var(--gray-900);
    font-size: 1.75rem;
    margin-bottom: 16px;
    background: linear-gradient(90deg, var(--gray-900) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bcn-guide-footer-component .footer-brand p {
    line-height: 1.7;
    font-size: 1rem;
    color: var(--gray-600);
    margin-bottom: 0;
}

.bcn-guide-footer-component .footer-links {
    min-width: 140px;
}

.bcn-guide-footer-component .footer-links h4 {
    color: var(--gray-900);
    font-size: 1.125rem;
    margin-bottom: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.bcn-guide-footer-component .footer-links h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent-blue);
    border-radius: 1px;
}

.bcn-guide-footer-component .footer-links ul {
    list-style: none;
    padding: 0;
}

.bcn-guide-footer-component .footer-links li {
    margin-bottom: 12px;
}

.bcn-guide-footer-component .footer-links a {
    color: var(--gray-600);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bcn-guide-footer-component .footer-links a:hover {
    color: var(--accent-blue);
    transform: translateX(4px);
}

.bcn-guide-footer-component .footer-links a i {
    font-size: 0.8125rem;
    width: 16px;
    opacity: 0.7;
    color: var(--gray-500);
}

.bcn-guide-footer-component .footer-links a:hover i {
    color: var(--accent-blue);
    opacity: 1;
}

.bcn-guide-footer-component .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid var(--gray-200);
}

.bcn-guide-footer-component .footer-bottom-left p { 
    font-size: 0.875rem;
    color: var(--gray-500);
    margin: 0;
}

.bcn-guide-footer-component .footer-bottom-left a { 
    color: var(--accent-blue); 
    text-decoration: none; 
    font-weight: 500;
    transition: color 0.3s ease;
}

.bcn-guide-footer-component .footer-bottom-left a:hover {
    color: var(--gray-900);
}

/* Responsive */
@media (max-width: 1024px) {
    .bcn-guide-footer-component .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    .bcn-guide-footer-component .footer-links h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .bcn-guide-footer-component .footer-links a {
        justify-content: center;
    }
    .bcn-guide-footer-component .footer-bottom {
        text-align: center;
    }
}/* End custom CSS */