.dfi-9210f539-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem 0;
    align-items: flex-start;
}

.dfi-9210f539-left {
    flex: 1 1 300px;
    min-width: 250px;
}

.dfi-9210f539-copyright {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    letter-spacing: 0.02em;
}

.dfi-9210f539-subtitle {
    font-size: 0.85rem;
    margin-bottom: 1.2rem;
}

.dfi-9210f539-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: center;
}

.dfi-9210f539-social-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.dfi-9210f539-social-item:hover {
    opacity: 0.7;
}

.dfi-9210f539-social-icon {
    display: inline-flex;
    align-items: center;
}

.dfi-9210f539-social-label {
    font-size: 0.9rem;
    font-weight: 500;
}

.dfi-9210f539-col {
    flex: 0 1 180px;
    min-width: 140px;
}

.dfi-9210f539-col-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
}

.dfi-9210f539-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dfi-9210f539-link-list li {
    margin-bottom: 0.5rem;
}

.dfi-9210f539-link {
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.dfi-9210f539-darkmode-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

/* Toggle Switch */
.dfi-9210f539-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    flex-shrink: 0;
}

.dfi-9210f539-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dfi-9210f539-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 22px;
    transition: background-color 0.3s ease;
}

.dfi-9210f539-toggle-slider::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.dfi-9210f539-toggle-input:checked + .dfi-9210f539-toggle-slider {
    background-color: #b8860b;
}

.dfi-9210f539-toggle-input:checked + .dfi-9210f539-toggle-slider::before {
    transform: translateX(18px);
}

/* Contract Button */
.dfi-9210f539-btn {
    display: inline-block;
    margin-top: 0.8rem;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 767px) {
    .dfi-9210f539-wrapper {
        flex-direction: column;
        gap: 1.5rem;
    }

    .dfi-9210f539-left,
    .dfi-9210f539-col {
        flex: 1 1 100%;
    }
}
