.pff-ddebd382-container {
    background-color: #030202;
    border-top: 1px solid #333333;
    padding: 4rem 2rem 2rem;
    font-family: 'Montserrat', sans-serif;
}

.pff-ddebd382-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.pff-ddebd382-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 180px;
}

.pff-ddebd382-col-brand {
    flex: 1 1 250px;
    max-width: 350px;
}

.pff-ddebd382-heading {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    margin: 0 0 0.5rem 0;
}

.pff-ddebd382-brand-name {
    font-size: 1.5rem;
}

.pff-ddebd382-logo img {
    max-width: 150px;
    height: auto;
    display: block;
}

.pff-ddebd382-text {
    color: #cccccc;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.pff-ddebd382-link-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.pff-ddebd382-link {
    color: #cccccc;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pff-ddebd382-link:hover {
    color: #ffffff;
}

.pff-ddebd382-socials {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    align-items: center;
}

.pff-ddebd382-icon {
    color: #b59967;
    font-size: 28px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pff-ddebd382-icon svg {
    width: 28px;
    height: 28px;
    fill: #b59967;
}

.pff-ddebd382-icon:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

.pff-ddebd382-divider {
    height: 1px;
    background-color: #333333;
    margin: 3rem auto 2rem;
    max-width: 1200px;
}

.pff-ddebd382-bottom-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pff-ddebd382-copyright {
    color: #999999;
    font-size: 0.85rem;
    margin: 0;
}

.pff-ddebd382-bottom-links {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.pff-ddebd382-small-link {
    color: #999999;
    font-size: 0.85rem;
}

/* Tablet Optimizations */
@media (max-width: 1024px) {
    .pff-ddebd382-container {
        padding: 3rem 1.5rem 1.5rem;
    }
    
    .pff-ddebd382-wrapper {
        gap: 2rem;
    }
    
    .pff-ddebd382-column {
        flex: 1 1 45%;
    }
    
    .pff-ddebd382-col-brand {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}

/* Mobile Optimizations - Forced Compact Layout */
@media (max-width: 767px) {
    .pff-ddebd382-container {
        padding: 2rem 1rem 1rem !important;
    }
    
    .pff-ddebd382-wrapper {
        flex-direction: column !important;
        gap: 0 !important; /* Force NO gap between wrapper children */
        align-items: center !important;
        text-align: center !important;
    }
    
    .pff-ddebd382-column {
        flex: 1 1 100% !important;
        width: 100% !important;
        align-items: center !important;
        gap: 0.5rem !important;
        margin-bottom: 0 !important; /* Force NO bottom margin */
        padding-bottom: 0 !important; /* Force NO bottom padding */
    }
    
    .pff-ddebd382-col-brand {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .pff-ddebd382-heading {
        margin: 0.5rem 0 0.25rem 0 !important; /* Tiny top margin, no bottom margin */
        font-size: 1rem !important;
    }
    
    .pff-ddebd382-logo img {
        margin: 0 auto !important;
        max-width: 120px !important;
    }
    
    .pff-ddebd382-link-list {
        align-items: center !important;
        gap: 0.2rem !important; /* Extra tight list items */
        margin-bottom: 0 !important;
    }

    .pff-ddebd382-text, .pff-ddebd382-link {
        font-size: 0.85rem !important;
        margin: 0 !important;
    }
    
    .pff-ddebd382-socials {
        justify-content: center !important;
        gap: 1rem !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .pff-ddebd382-icon {
        font-size: 24px !important;
    }
    .pff-ddebd382-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
    
    .pff-ddebd382-divider {
        margin: 0.5rem auto !important; /* Extremely tight divider margins */
        opacity: 0.5; /* Make it subtle */
    }
    
    .pff-ddebd382-bottom-bar {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 0.5rem !important; /* Extra tight bottom bar */
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .pff-ddebd382-bottom-links {
        justify-content: center !important;
        gap: 1rem !important;
        margin: 0 !important;
    }

    .pff-ddebd382-copyright, .pff-ddebd382-small-link {
        font-size: 0.75rem !important;
        margin: 0 !important;
    }
}
